Html Css Color HEX #8C805E Clay Creek

📋 copy color: '#8C805E'

red 140 ◦ green 128 ◦ blue 94

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

Shades of Clay Creek #8C805E

Tints of Clay Creek #8C805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.36%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 38.67%
G = 35.36%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C805E (or 0x8C805E) is known color: Clay Creek. HEX triplet: 8C, 80 and 5E. RGB value is (140,128,94). Sum of RGB (Red+Green+Blue) = 140+128+94=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C805E is #737FA1. Grayscale: #7F7F7F. Windows color (decimal): -7569314 or 6193292. OLE color: 6193292.

HSL color Cylindrical-coordinate representation of color #8C805E: hue angle of 44.35º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C805E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 128 94 -
CMYK 0 0.09 0.33 0.45
HSL 44.35º 0.2% 0.46% -
HSV(B) 44.35º 0.33% 0.55% -
XYZ 20.55 21.82 13.72 -
YUV 127.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 140 128 94 0 0.09 0.33 0.45 44.35 0.2 0.46
Hex 8C 80 5E 0 9 21 2D 2C 14 2E
Octal 214 200 136 0 11 41 55 54 24 56
Binary 10001100 10000000 1011110 0 1001 100001 101101 101100 10100 101110

Color Harmonies of #8C805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C805E

Black with #8C805E

Text Example


Text Example

White with #8C805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,128,94); }

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

background-color css

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

 a { background-color: rgb(140,128,94); }

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

border-color css

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

 span { border-color: rgb(140,128,94); }

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