Html Css Color HEX #8C6208 Golden Brown

📋 copy color: '#8C6208'

red 140 ◦ green 98 ◦ blue 8

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

Shades of Golden Brown #8C6208

Tints of Golden Brown #8C6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 39.84%

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

R = 56.91%
G = 39.84%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C6208 (or 0x8C6208) is known color: Golden Brown. HEX triplet: 8C, 62 and 08. RGB value is (140,98,8). Sum of RGB (Red+Green+Blue) = 140+98+8=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6208 is #739DF7. Grayscale: #646464. Windows color (decimal): -7577080 or 549516. OLE color: 549516.

HSL color Cylindrical-coordinate representation of color #8C6208: hue angle of 40.91º 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 #8C6208 is Cyan = 0, Magento = 0.3, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 98 8 -
CMYK 0 0.3 0.94 0.45
HSL 40.91º 0.89% 0.29% -
HSV(B) 40.91º 0.94% 0.55% -
XYZ 15.23 14.33 2.19 -
YUV 100.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 140 98 8 0 0.3 0.94 0.45 40.91 0.89 0.29
Hex 8C 62 8 0 1E 5E 2D 29 59 1D
Octal 214 142 10 0 36 136 55 51 131 35
Binary 10001100 1100010 1000 0 11110 1011110 101101 101001 1011001 11101

Color Harmonies of #8C6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6208

Black with #8C6208

Text Example


Text Example

White with #8C6208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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