#968858

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

Shades of Clay Creek #968858

Tints of Clay Creek #968858

Color information

#968858 (or 0x968858) is unknown color: approx Clay Creek. HEX triplet: 96, 88 and 58. RGB value is (150,136,88). Sum of RGB (Red+Green+Blue) = 150+136+88=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #968858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968858 is #6977A7. Grayscale: #868686. Windows color (decimal): -6911912 or 5802134. OLE color: 5802134.

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

Color convert

RGB15013688-
CMYK00.090.410.41
HSL46.45º26.05%46.67%-
HSV(B)46.45º41.33%58.82%-
XYZ23.1424.812.8-
YUV134.71101.64138.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.11%
GREEN value IS 136 (53.52% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=40.11%
G=36.36%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501368800.090.410.4146.4526.0546.67
Hex9688580929292e1a2f
Octal2262101300115151563257
Binary100101101000100010110000100110100110100110111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968858; }

 p { color: rgb(150,136,88); }

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

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

 a { background-color: rgb(150,136,88); }

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

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

 span { border-color: rgb(150,136,88); }

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