Html Css Color HEX #8C6608 Golden Brown

📋 copy color: '#8C6608'

red 140 ◦ green 102 ◦ blue 8

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

Shades of Golden Brown #8C6608

Tints of Golden Brown #8C6608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

 BLUE value IS 8 (3.52% from 255) = 3.2%

R = 56%
G = 40.8%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C6608 (or 0x8C6608) is known color: Golden Brown. HEX triplet: 8C, 66 and 08. RGB value is (140,102,8). Sum of RGB (Red+Green+Blue) = 140+102+8=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6608 is #7399F7. Grayscale: #676767. Windows color (decimal): -7576056 or 550540. OLE color: 550540.

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

Color convert

RGB 140 102 8 -
CMYK 0 0.27 0.94 0.45
HSL 42.73º 0.89% 0.29% -
HSV(B) 42.73º 0.94% 0.55% -
XYZ 15.61 15.1 2.32 -
YUV 102.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 140 102 8 0 0.27 0.94 0.45 42.73 0.89 0.29
Hex 8C 66 8 0 1B 5E 2D 2B 59 1D
Octal 214 146 10 0 33 136 55 53 131 35
Binary 10001100 1100110 1000 0 11011 1011110 101101 101011 1011001 11101

Color Harmonies of #8C6608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6608

Black with #8C6608

Text Example


Text Example

White with #8C6608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,102,8); }

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

background-color css

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

 a { background-color: rgb(140,102,8); }

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

border-color css

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

 span { border-color: rgb(140,102,8); }

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