#817956

Color #817956 Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #817956

Tints of Clay Creek #817956

Color information

#817956 (or 0x817956) is unknown color: approx Clay Creek. HEX triplet: 81, 79 and 56. RGB value is (129,121,86). Sum of RGB (Red+Green+Blue) = 129+121+86=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 129 - color contains mainly: red. Hex color #817956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817956 is #7E86A9. Grayscale: #777777. Windows color (decimal): -8292010 or 5667201. OLE color: 5667201.

HSL color Cylindrical-coordinate representation of color #817956: hue angle of 48.84º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817956 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB12912186-
CMYK00.060.330.49
HSL48.84º20%42.16%-
HSV(B)48.84º33.33%50.59%-
XYZ17.5719.0111.55-
YUV119.4109.15134.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.39%
GREEN value IS 121 (47.66% from 255) = 36.01%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=38.39%
G=36.01%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291218600.060.330.4948.842042.16
Hex81795606213131142a
Octal201171126064161612452
Binary1000000111110011010110011010000111000111000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817956; }

 p { color: rgb(129,121,86); }

 H1.HeaderClassName
 {
   color: #817956;
 }
 .AnyTagClassName
 {
   color: #817956;
 }
</style>
background-color css

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

 a { background-color: rgb(129,121,86); }

 div.DivClassName
 {
   background-color: #817956;
 }
 .BgClassName
 {
   background-color: #817956;
 }
</style>
border-color css

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

 span { border-color: rgb(129,121,86); }

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