#96884E

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

Shades of Clay Creek #96884E

Tints of Clay Creek #96884E

Color information

#96884E (or 0x96884E) is unknown color: approx Clay Creek. HEX triplet: 96, 88 and 4E. RGB value is (150,136,78). Sum of RGB (Red+Green+Blue) = 150+136+78=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96884E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96884E is #6977B1. Grayscale: #858585. Windows color (decimal): -6911922 or 5146774. OLE color: 5146774.

HSL color Cylindrical-coordinate representation of color #96884E: hue angle of 48.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96884E is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB15013678-
CMYK00.090.480.41
HSL48.33º31.58%44.71%-
HSV(B)48.33º48%58.82%-
XYZ22.7624.6410.76-
YUV133.5796.64139.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=41.21%
G=37.36%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501367800.090.480.4148.3331.5844.71
Hex96884E09302930202d
Octal2262101160116051604055
Binary1001011010001000100111001001110000101001110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96884E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96884E; }

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

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

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

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

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

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

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

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