#968457

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

Shades of Clay Creek #968457

Tints of Clay Creek #968457

Color information

#968457 (or 0x968457) is unknown color: approx Clay Creek. HEX triplet: 96, 84 and 57. RGB value is (150,132,87). Sum of RGB (Red+Green+Blue) = 150+132+87=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #968457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968457 is #697BA8. Grayscale: #848484. Windows color (decimal): -6912937 or 5735574. OLE color: 5735574.

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

Color convert

RGB15013287-
CMYK00.120.420.41
HSL42.86º26.58%46.47%-
HSV(B)42.86º42%58.82%-
XYZ22.5523.6712.4-
YUV132.25102.46140.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 87 (34.38% from 255) = 23.58%
R=40.65%
G=35.77%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501328700.120.420.4142.8626.5846.47
Hex9684570C2A292b1b2e
Octal2262041270145251533356
Binary100101101000010010101110110010101010100110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968457; }

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

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

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

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

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

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

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

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