#9f630f

Color #9F630F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9F630F

Tints of Golden Brown #9F630F

Color information

#9F630F (or 0x9F630F) is unknown color: approx Golden Brown. HEX triplet: 9F, 63 and 0F. RGB value is (159,99,15). Sum of RGB (Red+Green+Blue) = 159+99+15=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F630F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F630F is #609CF0. Grayscale: #6B6B6B. Windows color (decimal): -6331633 or 1008543. OLE color: 1008543.

HSL color Cylindrical-coordinate representation of color #9F630F: hue angle of 35º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F630F is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB1599915-
CMYK00.380.910.38
HSL35º82.76%34.12%-
HSV(B)35º90.57%62.35%-
XYZ18.8516.332.61-
YUV107.3675.88164.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 58.24%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=58.24%
G=36.26%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159991500.380.910.383582.7634.12
Hex9F63F0265B26235322
Octal23714317046133464312342
Binary1001111111000111111010011010110111001101000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f630f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9f630f; }

 p { color: rgb(159,99,15); }

 H1.HeaderClassName
 {
   color: #9f630f;
 }
 .AnyTagClassName
 {
   color: #9f630f;
 }
</style>
background-color css

<style>
 a { background-color: #9f630f; }

 a { background-color: rgb(159,99,15); }

 div.DivClassName
 {
   background-color: #9f630f;
 }
 .BgClassName
 {
   background-color: #9f630f;
 }
</style>
border-color css

<style>
 span { border-color: #9f630f; }

 span { border-color: rgb(159,99,15); }

 td.TdClassName
 {
   border-color: #9f630f;
 }
 .TagClassName
 {
   border-color: #9f630f;
 }
</style>