#8F6802

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

Shades of Golden Brown #8F6802

Tints of Golden Brown #8F6802

Color information

#8F6802 (or 0x8F6802) is unknown color: approx Golden Brown. HEX triplet: 8F, 68 and 02. RGB value is (143,104,2). Sum of RGB (Red+Green+Blue) = 143+104+2=249 (32% of max value = 765). Red value is 143 (56.25% from 255 or 57.43% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6802 is #7097FD. Grayscale: #686868. Windows color (decimal): -7378942 or 157839. OLE color: 157839.

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

Color convert

RGB1431042-
CMYK00.270.990.44
HSL43.4º97.24%28.43%-
HSV(B)43.4º98.6%56.08%-
XYZ16.2915.742.24-
YUV104.0370.42155.79-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 57.43%
GREEN value IS 104 (41.02% from 255) = 41.77%
BLUE value IS 2 (1.17% from 255) = 0.80%
R=57.43%
G=41.77%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143104200.270.990.4443.497.2428.43
Hex8F68201B632C2b611c
Octal2171502033143545314134
Binary100011111101000100110111100011101100101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,104,2); }

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

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

 a { background-color: rgb(143,104,2); }

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

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

 span { border-color: rgb(143,104,2); }

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