Html Css Color HEX #8F6006 Golden Brown

📋 copy color: '#8F6006'

red 143 ◦ green 96 ◦ blue 6

#8F6006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #8F6006

Tints of Golden Brown #8F6006

RGB

 RED value IS 143 (56.25% from 255) = 58.37%

 GREEN value IS 96 (37.89% from 255) = 39.18%

 BLUE value IS 6 (2.73% from 255) = 2.45%

R = 58.37%
G = 39.18%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8F6006 (or 0x8F6006) is known color: Golden Brown. HEX triplet: 8F, 60 and 06. RGB value is (143,96,6). Sum of RGB (Red+Green+Blue) = 143+96+6=245 (32% of max value = 765). Red value is 143 (56.25% from 255 or 58.37% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F6006 is #709FF9. Grayscale: #646464. Windows color (decimal): -7380986 or 417935. OLE color: 417935.

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

Color convert

RGB 143 96 6 -
CMYK 0 0.33 0.96 0.44
HSL 39.42º 0.92% 0.29% -
HSV(B) 39.42º 0.96% 0.56% -
XYZ 15.54 14.22 2.1 -
YUV 99.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 143 96 6 0 0.33 0.96 0.44 39.42 0.92 0.29
Hex 8F 60 6 0 21 60 2C 27 5C 1D
Octal 217 140 6 0 41 140 54 47 134 35
Binary 10001111 1100000 110 0 100001 1100000 101100 100111 1011100 11101

Color Harmonies of #8F6006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6006

Black with #8F6006

Text Example


Text Example

White with #8F6006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F6006;
 }
 .AnyTagClassName
 {
   color: #8F6006;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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