#968456

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

Shades of Clay Creek #968456

Tints of Clay Creek #968456

Color information

#968456 (or 0x968456) is unknown color: approx Clay Creek. HEX triplet: 96, 84 and 56. RGB value is (150,132,86). Sum of RGB (Red+Green+Blue) = 150+132+86=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 86 (33.98% from 255 or 23.37% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968456 is #697BA9. Grayscale: #848484. Windows color (decimal): -6912938 or 5670038. OLE color: 5670038.

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

Color convert

RGB15013286-
CMYK00.120.430.41
HSL43.13º27.12%46.27%-
HSV(B)43.13º42.67%58.82%-
XYZ22.5123.6612.18-
YUV132.14101.96140.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 132 (51.95% from 255) = 35.87%
BLUE value IS 86 (33.98% from 255) = 23.37%
R=40.76%
G=35.87%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501328600.120.430.4143.1327.1246.27
Hex9684560C2B292b1b2e
Octal2262041260145351533356
Binary100101101000010010101100110010101110100110101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968456; }

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

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

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

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

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

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

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

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