Html Css Color HEX #8E6204 Golden Brown

📋 copy color: '#8E6204'

red 142 ◦ green 98 ◦ blue 4

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

Shades of Golden Brown #8E6204

Tints of Golden Brown #8E6204

RGB

 RED value IS 142 (55.86% from 255) = 58.2%

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 58.2%
G = 40.16%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#8E6204 (or 0x8E6204) is known color: Golden Brown. HEX triplet: 8E, 62 and 04. RGB value is (142,98,4). Sum of RGB (Red+Green+Blue) = 142+98+4=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6204 is #719DFB. Grayscale: #646464. Windows color (decimal): -7446012 or 287374. OLE color: 287374.

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

Color convert

RGB 142 98 4 -
CMYK 0 0.31 0.97 0.44
HSL 40.87º 0.95% 0.29% -
HSV(B) 40.87º 0.97% 0.56% -
XYZ 15.54 14.49 2.09 -
YUV 100.44 73.58 157.64 -
System Red Green Blue C M Y K H S L
Decimal 142 98 4 0 0.31 0.97 0.44 40.87 0.95 0.29
Hex 8E 62 4 0 1F 61 2C 29 5F 1D
Octal 216 142 4 0 37 141 54 51 137 35
Binary 10001110 1100010 100 0 11111 1100001 101100 101001 1011111 11101

Color Harmonies of #8E6204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6204

Black with #8E6204

Text Example


Text Example

White with #8E6204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,98,4); }

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

background-color css

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

 a { background-color: rgb(142,98,4); }

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

border-color css

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

 span { border-color: rgb(142,98,4); }

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