#8F6505

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

Shades of Golden Brown #8F6505

Tints of Golden Brown #8F6505

Color information

#8F6505 (or 0x8F6505) is unknown color: approx Golden Brown. HEX triplet: 8F, 65 and 05. RGB value is (143,101,5). Sum of RGB (Red+Green+Blue) = 143+101+5=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6505 is #709AFA. Grayscale: #676767. Windows color (decimal): -7379707 or 353679. OLE color: 353679.

HSL color Cylindrical-coordinate representation of color #8F6505: hue angle of 41.74º 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 #8F6505 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1431015-
CMYK00.290.970.44
HSL41.74º93.24%29.02%-
HSV(B)41.74º96.5%56.08%-
XYZ16.0115.162.23-
YUV102.6172.91156.81-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.43%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 5 (2.34% from 255) = 2.01%
R=57.43%
G=40.56%
B=2.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143101500.290.970.4441.7493.2429.02
Hex8F65501D612C2a5d1d
Octal2171455035141545213535
Binary1000111111001011010111011100001101100101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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