#665965

Color #665965 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #665965

Tints of Salt Box #665965

Color information

#665965 (or 0x665965) is unknown color: approx Salt Box. HEX triplet: 66, 59 and 65. RGB value is (102,89,101). Sum of RGB (Red+Green+Blue) = 102+89+101=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 89 (35.16% from 255 or 30.48% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 102 - color contains mainly: red. Hex color #665965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665965 is #99A69A. Grayscale: #5E5E5E. Windows color (decimal): -10069659 or 6642022. OLE color: 6642022.

HSL color Cylindrical-coordinate representation of color #665965: hue angle of 304.62º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665965 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10289101-
CMYK00.130.010.6
HSL304.62º6.81%37.45%-
HSV(B)304.62º12.75%40%-
XYZ11.410.9113.82-
YUV94.25131.81133.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 89 (35.16% from 255) = 30.48%
BLUE value IS 101 (39.84% from 255) = 34.59%
R=34.93%
G=30.48%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028910100.130.010.6304.626.8137.45
Hex6659650D13C131725
Octal146131145015174461745
Binary110011010110011100101011011111100100110001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665965; }

 p { color: rgb(102,89,101); }

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

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

 a { background-color: rgb(102,89,101); }

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

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

 span { border-color: rgb(102,89,101); }

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