Html Css Color HEX #8C815E Clay Creek

📋 copy color: '#8C815E'

red 140 ◦ green 129 ◦ blue 94

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

Shades of Clay Creek #8C815E

Tints of Clay Creek #8C815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.54%

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

R = 38.57%
G = 35.54%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C815E (or 0x8C815E) is known color: Clay Creek. HEX triplet: 8C, 81 and 5E. RGB value is (140,129,94). Sum of RGB (Red+Green+Blue) = 140+129+94=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815E is #737EA1. Grayscale: #808080. Windows color (decimal): -7569058 or 6193548. OLE color: 6193548.

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

Color convert

RGB 140 129 94 -
CMYK 0 0.08 0.33 0.45
HSL 45.65º 0.2% 0.46% -
HSV(B) 45.65º 0.33% 0.55% -
XYZ 20.69 22.08 13.76 -
YUV 128.3 108.64 136.35 -
System Red Green Blue C M Y K H S L
Decimal 140 129 94 0 0.08 0.33 0.45 45.65 0.2 0.46
Hex 8C 81 5E 0 8 21 2D 2E 14 2E
Octal 214 201 136 0 10 41 55 56 24 56
Binary 10001100 10000001 1011110 0 1000 100001 101101 101110 10100 101110

Color Harmonies of #8C815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C815E

Black with #8C815E

Text Example


Text Example

White with #8C815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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