#968657

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

Shades of Clay Creek #968657

Tints of Clay Creek #968657

Color information

#968657 (or 0x968657) is unknown color: approx Clay Creek. HEX triplet: 96, 86 and 57. RGB value is (150,134,87). Sum of RGB (Red+Green+Blue) = 150+134+87=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968657 is #6979A8. Grayscale: #858585. Windows color (decimal): -6912425 or 5736086. OLE color: 5736086.

HSL color Cylindrical-coordinate representation of color #968657: hue angle of 44.76º 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 #968657 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB15013487-
CMYK00.110.420.41
HSL44.76º26.58%46.47%-
HSV(B)44.76º42%58.82%-
XYZ22.8224.2212.49-
YUV133.43101.8139.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=40.43%
G=36.12%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501348700.110.420.4144.7626.5846.47
Hex9686570B2A292d1b2e
Octal2262061270135251553356
Binary100101101000011010101110101110101010100110110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968657; }

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

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

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

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

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

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

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

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