#958652

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

Shades of Clay Creek #958652

Tints of Clay Creek #958652

Color information

#958652 (or 0x958652) is unknown color: approx Clay Creek. HEX triplet: 95, 86 and 52. RGB value is (149,134,82). Sum of RGB (Red+Green+Blue) = 149+134+82=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 134 (52.73% from 255 or 36.71% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #958652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958652 is #6A79AD. Grayscale: #848484. Windows color (decimal): -6977966 or 5408405. OLE color: 5408405.

HSL color Cylindrical-coordinate representation of color #958652: hue angle of 46.57º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #958652 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14913482-
CMYK00.100.450.42
HSL46.57º29%45.29%-
HSV(B)46.57º44.97%58.43%-
XYZ22.4424.0511.44-
YUV132.5699.47139.73-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.82%
GREEN value IS 134 (52.73% from 255) = 36.71%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=40.82%
G=36.71%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491348200.100.450.4246.572945.29
Hex9586520A2D2A2f1d2d
Octal2252061220125552573555
Binary100101011000011010100100101010110110101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958652; }

 p { color: rgb(149,134,82); }

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

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

 a { background-color: rgb(149,134,82); }

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

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

 span { border-color: rgb(149,134,82); }

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