Html Css Color HEX #8C8856 Clay Creek

📋 copy color: '#8C8856'

red 140 ◦ green 136 ◦ blue 86

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

Shades of Clay Creek #8C8856

Tints of Clay Creek #8C8856

RGB

 RED value IS 140 (55.08% from 255) = 38.67%

 GREEN value IS 136 (53.52% from 255) = 37.57%

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

R = 38.67%
G = 37.57%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C8856 (or 0x8C8856) is known color: Clay Creek. HEX triplet: 8C, 88 and 56. RGB value is (140,136,86). Sum of RGB (Red+Green+Blue) = 140+136+86=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 86 (33.98% from 255 or 23.76% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8856 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8856 is #7377A9. Grayscale: #838383. Windows color (decimal): -7567274 or 5671052. OLE color: 5671052.

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

Color convert

RGB 140 136 86 -
CMYK 0 0.03 0.39 0.45
HSL 55.56º 0.24% 0.44% -
HSV(B) 55.56º 0.39% 0.55% -
XYZ 21.3 23.86 12.29 -
YUV 131.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 140 136 86 0 0.03 0.39 0.45 55.56 0.24 0.44
Hex 8C 88 56 0 3 27 2D 38 18 2C
Octal 214 210 126 0 3 47 55 70 30 54
Binary 10001100 10001000 1010110 0 11 100111 101101 111000 11000 101100

Color Harmonies of #8C8856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8856

Black with #8C8856

Text Example


Text Example

White with #8C8856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,86); }

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

background-color css

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

 a { background-color: rgb(140,136,86); }

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

border-color css

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

 span { border-color: rgb(140,136,86); }

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