Html Css Color HEX #8C815C Clay Creek

📋 copy color: '#8C815C'

red 140 ◦ green 129 ◦ blue 92

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

Shades of Clay Creek #8C815C

Tints of Clay Creek #8C815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.48%

R = 38.78%
G = 35.73%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C815C (or 0x8C815C) is known color: Clay Creek. HEX triplet: 8C, 81 and 5C. RGB value is (140,129,92). Sum of RGB (Red+Green+Blue) = 140+129+92=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 129 (50.78% from 255 or 35.73% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 140 - color contains mainly: red. Hex color #8C815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C815C is #737EA3. Grayscale: #808080. Windows color (decimal): -7569060 or 6062476. OLE color: 6062476.

HSL color Cylindrical-coordinate representation of color #8C815C: hue angle of 46.25º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C815C is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 129 92 -
CMYK 0 0.08 0.34 0.45
HSL 46.25º 0.21% 0.45% -
HSV(B) 46.25º 0.34% 0.55% -
XYZ 20.6 22.05 13.3 -
YUV 128.07 107.64 136.51 -
System Red Green Blue C M Y K H S L
Decimal 140 129 92 0 0.08 0.34 0.45 46.25 0.21 0.45
Hex 8C 81 5C 0 8 22 2D 2E 15 2D
Octal 214 201 134 0 10 42 55 56 25 55
Binary 10001100 10000001 1011100 0 1000 100010 101101 101110 10101 101101

Color Harmonies of #8C815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C815C

Black with #8C815C

Text Example


Text Example

White with #8C815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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