Html Css Color HEX #8C6F06 Golden Brown

📋 copy color: '#8C6F06'

red 140 ◦ green 111 ◦ blue 6

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

Shades of Golden Brown #8C6F06

Tints of Golden Brown #8C6F06

RGB

 RED value IS 140 (55.08% from 255) = 54.47%

 GREEN value IS 111 (43.75% from 255) = 43.19%

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

R = 54.47%
G = 43.19%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8C6F06 (or 0x8C6F06) is known color: Golden Brown. HEX triplet: 8C, 6F and 06. RGB value is (140,111,6). Sum of RGB (Red+Green+Blue) = 140+111+6=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6F06 is #7390F9. Grayscale: #6C6C6C. Windows color (decimal): -7573754 or 421772. OLE color: 421772.

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

Color convert

RGB 140 111 6 -
CMYK 0 0.21 0.96 0.45
HSL 47.01º 0.92% 0.29% -
HSV(B) 47.01º 0.96% 0.55% -
XYZ 16.53 16.96 2.57 -
YUV 107.7 70.61 151.04 -
System Red Green Blue C M Y K H S L
Decimal 140 111 6 0 0.21 0.96 0.45 47.01 0.92 0.29
Hex 8C 6F 6 0 15 60 2D 2F 5C 1D
Octal 214 157 6 0 25 140 55 57 134 35
Binary 10001100 1101111 110 0 10101 1100000 101101 101111 1011100 11101

Color Harmonies of #8C6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6F06

Black with #8C6F06

Text Example


Text Example

White with #8C6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,111,6); }

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

background-color css

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

 a { background-color: rgb(140,111,6); }

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

border-color css

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

 span { border-color: rgb(140,111,6); }

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