Html Css Color HEX #8C8756 Clay Creek

📋 copy color: '#8C8756'

red 140 ◦ green 135 ◦ blue 86

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

Shades of Clay Creek #8C8756

Tints of Clay Creek #8C8756

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 38.78%
G = 37.4%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C8756 (or 0x8C8756) is known color: Clay Creek. HEX triplet: 8C, 87 and 56. RGB value is (140,135,86). Sum of RGB (Red+Green+Blue) = 140+135+86=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8756 is #7378A9. Grayscale: #838383. Windows color (decimal): -7567530 or 5670796. OLE color: 5670796.

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

Color convert

RGB 140 135 86 -
CMYK 0 0.04 0.39 0.45
HSL 54.44º 0.24% 0.44% -
HSV(B) 54.44º 0.39% 0.55% -
XYZ 21.16 23.58 12.24 -
YUV 130.91 102.66 134.48 -
System Red Green Blue C M Y K H S L
Decimal 140 135 86 0 0.04 0.39 0.45 54.44 0.24 0.44
Hex 8C 87 56 0 4 27 2D 36 18 2C
Octal 214 207 126 0 4 47 55 66 30 54
Binary 10001100 10000111 1010110 0 100 100111 101101 110110 11000 101100

Color Harmonies of #8C8756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8756

Black with #8C8756

Text Example


Text Example

White with #8C8756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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