Html Css Color HEX #8E6614 Golden Brown

📋 copy color: '#8E6614'

red 142 ◦ green 102 ◦ blue 20

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

Shades of Golden Brown #8E6614

Tints of Golden Brown #8E6614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 53.79%
G = 38.64%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#8E6614 (or 0x8E6614) is known color: Golden Brown. HEX triplet: 8E, 66 and 14. RGB value is (142,102,20). Sum of RGB (Red+Green+Blue) = 142+102+20=264 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.79% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6614 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6614 is #7199EB. Grayscale: #686868. Windows color (decimal): -7444972 or 1336974. OLE color: 1336974.

HSL color Cylindrical-coordinate representation of color #8E6614: hue angle of 40.33º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E6614 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 20 -
CMYK 0 0.28 0.86 0.44
HSL 40.33º 0.75% 0.32% -
HSV(B) 40.33º 0.86% 0.56% -
XYZ 16.03 15.3 2.77 -
YUV 104.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 142 102 20 0 0.28 0.86 0.44 40.33 0.75 0.32
Hex 8E 66 14 0 1C 56 2C 28 4B 20
Octal 216 146 24 0 34 126 54 50 113 40
Binary 10001110 1100110 10100 0 11100 1010110 101100 101000 1001011 100000

Color Harmonies of #8E6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6614

Black with #8E6614

Text Example


Text Example

White with #8E6614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,102,20); }

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

background-color css

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

 a { background-color: rgb(142,102,20); }

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

border-color css

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

 span { border-color: rgb(142,102,20); }

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