#968C57

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

Shades of Clay Creek #968C57

Tints of Clay Creek #968C57

Color information

#968C57 (or 0x968C57) is unknown color: approx Clay Creek. HEX triplet: 96, 8C and 57. RGB value is (150,140,87). Sum of RGB (Red+Green+Blue) = 150+140+87=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 87 (34.38% from 255 or 23.08% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #968C57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968C57 is #6973A8. Grayscale: #898989. Windows color (decimal): -6910889 or 5737622. OLE color: 5737622.

HSL color Cylindrical-coordinate representation of color #968C57: hue angle of 50.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #968C57 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15014087-
CMYK00.070.420.41
HSL50.48º26.58%46.47%-
HSV(B)50.48º42%58.82%-
XYZ23.6825.9312.77-
YUV136.9599.81137.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 87 (34.38% from 255) = 23.08%
R=39.79%
G=37.14%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501408700.070.420.4150.4826.5846.47
Hex968C57072A29321b2e
Octal226214127075251623356
Binary10010110100011001010111011110101010100111001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C57; }

 p { color: rgb(150,140,87); }

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

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

 a { background-color: rgb(150,140,87); }

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

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

 span { border-color: rgb(150,140,87); }

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