Html Css Color HEX #8E8556 Clay Creek

📋 copy color: '#8E8556'

red 142 ◦ green 133 ◦ blue 86

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

Shades of Clay Creek #8E8556

Tints of Clay Creek #8E8556

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 39.34%
G = 36.84%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.44

RGB Variations

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

Color information

#8E8556 (or 0x8E8556) is known color: Clay Creek. HEX triplet: 8E, 85 and 56. RGB value is (142,133,86). Sum of RGB (Red+Green+Blue) = 142+133+86=361 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.34% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8556 is #717AA9. Grayscale: #828282. Windows color (decimal): -7436970 or 5670286. OLE color: 5670286.

HSL color Cylindrical-coordinate representation of color #8E8556: hue angle of 50.36º 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 #8E8556 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 133 86 -
CMYK 0 0.06 0.39 0.44
HSL 50.36º 0.25% 0.45% -
HSV(B) 50.36º 0.39% 0.56% -
XYZ 21.22 23.2 12.16 -
YUV 130.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 142 133 86 0 0.06 0.39 0.44 50.36 0.25 0.45
Hex 8E 85 56 0 6 27 2C 32 19 2D
Octal 216 205 126 0 6 47 54 62 31 55
Binary 10001110 10000101 1010110 0 110 100111 101100 110010 11001 101101

Color Harmonies of #8E8556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8556

Black with #8E8556

Text Example


Text Example

White with #8E8556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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