#8F6905

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

Shades of Golden Brown #8F6905

Tints of Golden Brown #8F6905

Color information

#8F6905 (or 0x8F6905) is unknown color: approx Golden Brown. HEX triplet: 8F, 69 and 05. RGB value is (143,105,5). Sum of RGB (Red+Green+Blue) = 143+105+5=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6905 is #7096FA. Grayscale: #696969. Windows color (decimal): -7378683 or 354703. OLE color: 354703.

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

Color convert

RGB1431055-
CMYK00.270.970.44
HSL43.48º93.24%29.02%-
HSV(B)43.48º96.5%56.08%-
XYZ16.4115.952.36-
YUV104.9671.59155.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.52%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=56.52%
G=41.50%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143105500.270.970.4443.4893.2429.02
Hex8F69501B612C2b5d1d
Octal2171515033141545313535
Binary1000111111010011010110111100001101100101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,5); }

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

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

 a { background-color: rgb(143,105,5); }

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

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

 span { border-color: rgb(143,105,5); }

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