#968455

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

Shades of Clay Creek #968455

Tints of Clay Creek #968455

Color information

#968455 (or 0x968455) is unknown color: approx Clay Creek. HEX triplet: 96, 84 and 55. RGB value is (150,132,85). Sum of RGB (Red+Green+Blue) = 150+132+85=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968455 is #697BAA. Grayscale: #848484. Windows color (decimal): -6912939 or 5604502. OLE color: 5604502.

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

Color convert

RGB15013285-
CMYK00.120.430.41
HSL43.38º27.66%46.08%-
HSV(B)43.38º43.33%58.82%-
XYZ22.4723.6411.97-
YUV132.02101.46140.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 85 (33.59% from 255) = 23.16%
R=40.87%
G=35.97%
B=23.16%

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
Decimal1501328500.120.430.4143.3827.6646.08
Hex9684550C2B292b1c2e
Octal2262041250145351533456
Binary100101101000010010101010110010101110100110101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968455; }

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

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

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

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

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

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

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

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