#665F64

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

Shades of Salt Box #665F64

Tints of Salt Box #665F64

Color information

#665F64 (or 0x665F64) is unknown color: approx Salt Box. HEX triplet: 66, 5F and 64. RGB value is (102,95,100). Sum of RGB (Red+Green+Blue) = 102+95+100=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 102 - color contains mainly: red. Hex color #665F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F64 is #99A09B. Grayscale: #616161. Windows color (decimal): -10068124 or 6578022. OLE color: 6578022.

HSL color Cylindrical-coordinate representation of color #665F64: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #665F64 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.6.

Color convert

RGB10295100-
CMYK00.070.020.6
HSL317.14º3.55%38.63%-
HSV(B)317.14º6.86%40%-
XYZ11.8711.9313.73-
YUV97.66129.32131.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 95 (37.5% from 255) = 31.99%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=34.34%
G=31.99%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1029510000.070.020.6317.143.5538.63
Hex665F640723C13d427
Octal14613714407274475447
Binary110011010111111100100011110111100100111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F64; }

 p { color: rgb(102,95,100); }

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

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

 a { background-color: rgb(102,95,100); }

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

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

 span { border-color: rgb(102,95,100); }

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