#96885a

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

Shades of Clay Creek #96885A

Tints of Clay Creek #96885A

Color information

#96885A (or 0x96885A) is unknown color: approx Clay Creek. HEX triplet: 96, 88 and 5A. RGB value is (150,136,90). Sum of RGB (Red+Green+Blue) = 150+136+90=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96885A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96885A is #6977A5. Grayscale: #878787. Windows color (decimal): -6911910 or 5933206. OLE color: 5933206.

HSL color Cylindrical-coordinate representation of color #96885A: hue angle of 46º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96885A is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB15013690-
CMYK00.090.40.41
HSL46º25%47.06%-
HSV(B)46º40%58.82%-
XYZ23.2324.8313.24-
YUV134.94102.64138.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.89%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 90 (35.55% from 255) = 23.94%
R=39.89%
G=36.17%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501369000.090.40.41462547.06
Hex96885A0928292e192f
Octal2262101320115051563157
Binary100101101000100010110100100110100010100110111011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96885a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96885a; }

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

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

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

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

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

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

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

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