#96844A

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

Shades of Clay Creek #96844A

Tints of Clay Creek #96844A

Color information

#96844A (or 0x96844A) is unknown color: approx Clay Creek. HEX triplet: 96, 84 and 4A. RGB value is (150,132,74). Sum of RGB (Red+Green+Blue) = 150+132+74=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96844A is #697BB5. Grayscale: #838383. Windows color (decimal): -6912950 or 4883606. OLE color: 4883606.

HSL color Cylindrical-coordinate representation of color #96844A: hue angle of 45.79º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96844A is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB15013274-
CMYK00.120.510.41
HSL45.79º33.93%43.92%-
HSV(B)45.79º50.67%58.82%-
XYZ22.0623.489.85-
YUV130.7795.96141.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 37.08%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=42.13%
G=37.08%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501327400.120.510.4145.7933.9343.92
Hex96844A0C33292e222c
Octal2262041120146351564254
Binary1001011010000100100101001100110011101001101110100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96844A; }

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

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

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

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

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

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

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

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