#968554

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

Shades of Clay Creek #968554

Tints of Clay Creek #968554

Color information

#968554 (or 0x968554) is unknown color: approx Clay Creek. HEX triplet: 96, 85 and 54. RGB value is (150,133,84). Sum of RGB (Red+Green+Blue) = 150+133+84=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #968554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968554 is #697AAB. Grayscale: #848484. Windows color (decimal): -6912684 or 5539222. OLE color: 5539222.

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

Color convert

RGB15013384-
CMYK00.110.440.41
HSL44.55º28.21%45.88%-
HSV(B)44.55º44%58.82%-
XYZ22.5723.911.81-
YUV132.5100.63140.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.87%
GREEN value IS 133 (52.34% from 255) = 36.24%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=40.87%
G=36.24%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501338400.110.440.4144.5528.2145.88
Hex9685540B2C292d1c2e
Octal2262051240135451553456
Binary100101101000010110101000101110110010100110110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968554; }

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

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

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

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

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

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

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

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