#96854B

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

Shades of Clay Creek #96854B

Tints of Clay Creek #96854B

Color information

#96854B (or 0x96854B) is unknown color: approx Clay Creek. HEX triplet: 96, 85 and 4B. RGB value is (150,133,75). Sum of RGB (Red+Green+Blue) = 150+133+75=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96854B is #697AB4. Grayscale: #838383. Windows color (decimal): -6912693 or 4949398. OLE color: 4949398.

HSL color Cylindrical-coordinate representation of color #96854B: hue angle of 46.4º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96854B is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB15013375-
CMYK00.110.50.41
HSL46.4º33.33%44.12%-
HSV(B)46.4º50%58.82%-
XYZ22.2423.7710.07-
YUV131.4796.13141.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 133 (52.34% from 255) = 37.15%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=41.90%
G=37.15%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501337500.110.50.4146.433.3344.12
Hex96854B0B32292e212c
Octal2262051130136251564154
Binary1001011010000101100101101011110010101001101110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96854B; }

 p { color: rgb(150,133,75); }

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

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

 a { background-color: rgb(150,133,75); }

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

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

 span { border-color: rgb(150,133,75); }

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