Html Css Color HEX #8E8456 Clay Creek

📋 copy color: '#8E8456'

red 142 ◦ green 132 ◦ blue 86

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

Shades of Clay Creek #8E8456

Tints of Clay Creek #8E8456

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 86 (33.98% from 255) = 23.89%

R = 39.44%
G = 36.67%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E8456 (or 0x8E8456) is known color: Clay Creek. HEX triplet: 8E, 84 and 56. RGB value is (142,132,86). Sum of RGB (Red+Green+Blue) = 142+132+86=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8456 is #717BA9. Grayscale: #818181. Windows color (decimal): -7437226 or 5670030. OLE color: 5670030.

HSL color Cylindrical-coordinate representation of color #8E8456: hue angle of 49.29º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E8456 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 132 86 -
CMYK 0 0.07 0.39 0.44
HSL 49.29º 0.25% 0.45% -
HSV(B) 49.29º 0.39% 0.56% -
XYZ 21.09 22.93 12.12 -
YUV 129.75 103.31 136.74 -
System Red Green Blue C M Y K H S L
Decimal 142 132 86 0 0.07 0.39 0.44 49.29 0.25 0.45
Hex 8E 84 56 0 7 27 2C 31 19 2D
Octal 216 204 126 0 7 47 54 61 31 55
Binary 10001110 10000100 1010110 0 111 100111 101100 110001 11001 101101

Color Harmonies of #8E8456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8456

Black with #8E8456

Text Example


Text Example

White with #8E8456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,86); }

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

background-color css

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

 a { background-color: rgb(142,132,86); }

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

border-color css

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

 span { border-color: rgb(142,132,86); }

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