#968957

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

Shades of Clay Creek #968957

Tints of Clay Creek #968957

Color information

#968957 (or 0x968957) is unknown color: approx Clay Creek. HEX triplet: 96, 89 and 57. RGB value is (150,137,87). Sum of RGB (Red+Green+Blue) = 150+137+87=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 137 (53.91% from 255 or 36.63% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #968957 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968957 is #6976A8. Grayscale: #878787. Windows color (decimal): -6911657 or 5736854. OLE color: 5736854.

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

Color convert

RGB15013787-
CMYK00.090.420.41
HSL47.62º26.58%46.47%-
HSV(B)47.62º42%58.82%-
XYZ23.2425.0612.63-
YUV135.19100.81138.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 137 (53.91% from 255) = 36.63%
BLUE value IS 87 (34.38% from 255) = 23.26%
R=40.11%
G=36.63%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501378700.090.420.4147.6226.5846.47
Hex968957092A29301b2e
Octal2262111270115251603356
Binary100101101000100110101110100110101010100111000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968957; }

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

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

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

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

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

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

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

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