#96854F

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

Shades of Clay Creek #96854F

Tints of Clay Creek #96854F

Color information

#96854F (or 0x96854F) is unknown color: approx Clay Creek. HEX triplet: 96, 85 and 4F. RGB value is (150,133,79). Sum of RGB (Red+Green+Blue) = 150+133+79=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96854F is #697AB0. Grayscale: #848484. Windows color (decimal): -6912689 or 5211542. OLE color: 5211542.

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

Color convert

RGB15013379-
CMYK00.110.470.41
HSL45.63º31%44.9%-
HSV(B)45.63º47.33%58.82%-
XYZ22.3823.8210.82-
YUV131.9398.13140.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 79 (31.25% from 255) = 21.82%
R=41.44%
G=36.74%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501337900.110.470.4145.633144.9
Hex96854F0B2F292e1f2d
Octal2262051170135751563755
Binary100101101000010110011110101110111110100110111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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