#96874D

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

Shades of Clay Creek #96874D

Tints of Clay Creek #96874D

Color information

#96874D (or 0x96874D) is unknown color: approx Clay Creek. HEX triplet: 96, 87 and 4D. RGB value is (150,135,77). Sum of RGB (Red+Green+Blue) = 150+135+77=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96874D is #6978B2. Grayscale: #858585. Windows color (decimal): -6912179 or 5080982. OLE color: 5080982.

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

Color convert

RGB15013577-
CMYK00.10.490.41
HSL47.67º32.16%44.51%-
HSV(B)47.67º48.67%58.82%-
XYZ22.5824.3510.53-
YUV132.8796.47140.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=41.44%
G=37.29%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501357700.10.490.4147.6732.1644.51
Hex96874D0A312930202d
Octal2262071150126151604055
Binary1001011010000111100110101010110001101001110000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96874D; }

 p { color: rgb(150,135,77); }

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

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

 a { background-color: rgb(150,135,77); }

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

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

 span { border-color: rgb(150,135,77); }

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