Html Css Color HEX #8E6C15 Golden Brown

📋 copy color: '#8E6C15'

red 142 ◦ green 108 ◦ blue 21

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

Shades of Golden Brown #8E6C15

Tints of Golden Brown #8E6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.85%

 BLUE value IS 21 (8.59% from 255) = 7.75%

R = 52.4%
G = 39.85%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#8E6C15 (or 0x8E6C15) is known color: Golden Brown. HEX triplet: 8E, 6C and 15. RGB value is (142,108,21). Sum of RGB (Red+Green+Blue) = 142+108+21=271 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.40% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6C15 is #7193EA. Grayscale: #6C6C6C. Windows color (decimal): -7443435 or 1404046. OLE color: 1404046.

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

Color convert

RGB 142 108 21 -
CMYK 0 0.24 0.85 0.44
HSL 43.14º 0.74% 0.32% -
HSV(B) 43.14º 0.85% 0.56% -
XYZ 16.65 16.53 3.02 -
YUV 108.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 142 108 21 0 0.24 0.85 0.44 43.14 0.74 0.32
Hex 8E 6C 15 0 18 55 2C 2B 4A 20
Octal 216 154 25 0 30 125 54 53 112 40
Binary 10001110 1101100 10101 0 11000 1010101 101100 101011 1001010 100000

Color Harmonies of #8E6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6C15

Black with #8E6C15

Text Example


Text Example

White with #8E6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,108,21); }

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

background-color css

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

 a { background-color: rgb(142,108,21); }

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

border-color css

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

 span { border-color: rgb(142,108,21); }

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