#8F650B

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

Shades of Golden Brown #8F650B

Tints of Golden Brown #8F650B

Color information

#8F650B (or 0x8F650B) is unknown color: approx Golden Brown. HEX triplet: 8F, 65 and 0B. RGB value is (143,101,11). Sum of RGB (Red+Green+Blue) = 143+101+11=255 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.08% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 143 - color contains mainly: red. Hex color #8F650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F650B is #709AF4. Grayscale: #676767. Windows color (decimal): -7379701 or 746895. OLE color: 746895.

HSL color Cylindrical-coordinate representation of color #8F650B: hue angle of 40.91º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F650B is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14310111-
CMYK00.290.920.44
HSL40.91º85.71%30.2%-
HSV(B)40.91º92.31%56.08%-
XYZ16.0415.172.4-
YUV103.375.91156.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.08%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=56.08%
G=39.61%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431011100.290.920.4440.9185.7130.2
Hex8F65B01D5C2C29561e
Octal21714513035134545112636
Binary10001111110010110110111011011100101100101001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F650B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F650B; }

 p { color: rgb(143,101,11); }

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

<style>
 a { background-color: #8F650B; }

 a { background-color: rgb(143,101,11); }

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

<style>
 span { border-color: #8F650B; }

 span { border-color: rgb(143,101,11); }

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