#8F6000

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

Shades of Golden Brown #8F6000

Tints of Golden Brown #8F6000

Color information

#8F6000 (or 0x8F6000) is unknown color: approx Golden Brown. HEX triplet: 8F, 60 and 00. RGB value is (143,96,0). Sum of RGB (Red+Green+Blue) = 143+96+0=239 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.83% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6000 is #709FFF. Grayscale: #636363. Windows color (decimal): -7380992 or 24719. OLE color: 24719.

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

Color convert

RGB143960-
CMYK00.3310.44
HSL40.28º100%28.04%-
HSV(B)40.28º100%56.08%-
XYZ15.5114.211.92-
YUV99.1172.07159.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 59.83%
GREEN value IS 96 (37.89% from 255) = 40.17%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.83%
G=40.17%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14396000.3310.4440.2810028.04
Hex8F600021642C28641c
Octal2171400041144545014434
Binary100011111100000001000011100100101100101000110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,96,0); }

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

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

 a { background-color: rgb(143,96,0); }

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

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

 span { border-color: rgb(143,96,0); }

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