#968555

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

Shades of Clay Creek #968555

Tints of Clay Creek #968555

Color information

#968555 (or 0x968555) is unknown color: approx Clay Creek. HEX triplet: 96, 85 and 55. RGB value is (150,133,85). Sum of RGB (Red+Green+Blue) = 150+133+85=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #968555 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968555 is #697AAA. Grayscale: #848484. Windows color (decimal): -6912683 or 5604758. OLE color: 5604758.

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

Color convert

RGB15013385-
CMYK00.110.430.41
HSL44.31º27.66%46.08%-
HSV(B)44.31º43.33%58.82%-
XYZ22.623.9112.02-
YUV132.61101.13140.4-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.76%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 85 (33.59% from 255) = 23.10%
R=40.76%
G=36.14%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501338500.110.430.4144.3127.6646.08
Hex9685550B2B292c1c2e
Octal2262051250135351543456
Binary100101101000010110101010101110101110100110110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968555; }

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

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

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

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

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

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

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

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