#968855

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

Shades of Clay Creek #968855

Tints of Clay Creek #968855

Color information

#968855 (or 0x968855) is unknown color: approx Clay Creek. HEX triplet: 96, 88 and 55. RGB value is (150,136,85). Sum of RGB (Red+Green+Blue) = 150+136+85=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968855 is #6977AA. Grayscale: #868686. Windows color (decimal): -6911915 or 5605526. OLE color: 5605526.

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

Color convert

RGB15013685-
CMYK00.090.430.41
HSL47.08º27.66%46.08%-
HSV(B)47.08º43.33%58.82%-
XYZ23.0224.7512.16-
YUV134.37100.14139.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 136 (53.52% from 255) = 36.66%
BLUE value IS 85 (33.59% from 255) = 22.91%
R=40.43%
G=36.66%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501368500.090.430.4147.0827.6646.08
Hex968855092B292f1c2e
Octal2262101250115351573456
Binary100101101000100010101010100110101110100110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968855; }

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

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

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

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

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

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

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

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