#968756

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

Shades of Clay Creek #968756

Tints of Clay Creek #968756

Color information

#968756 (or 0x968756) is unknown color: approx Clay Creek. HEX triplet: 96, 87 and 56. RGB value is (150,135,86). Sum of RGB (Red+Green+Blue) = 150+135+86=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #968756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968756 is #6978A9. Grayscale: #868686. Windows color (decimal): -6912170 or 5670806. OLE color: 5670806.

HSL color Cylindrical-coordinate representation of color #968756: hue angle of 45.94º degrees, saturation: 0.27, 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 #968756 is Cyan = 0, Magento = 0.1, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB15013586-
CMYK00.10.430.41
HSL45.94º27.12%46.27%-
HSV(B)45.94º42.67%58.82%-
XYZ22.9224.4812.32-
YUV133.9100.97139.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.43%
GREEN value IS 135 (53.12% from 255) = 36.39%
BLUE value IS 86 (33.98% from 255) = 23.18%
R=40.43%
G=36.39%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501358600.10.430.4145.9427.1246.27
Hex9687560A2B292e1b2e
Octal2262071260125351563356
Binary100101101000011110101100101010101110100110111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968756; }

 p { color: rgb(150,135,86); }

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

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

 a { background-color: rgb(150,135,86); }

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

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

 span { border-color: rgb(150,135,86); }

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