#665462

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

Shades of Salt Box #665462

Tints of Salt Box #665462

Color information

#665462 (or 0x665462) is unknown color: approx Salt Box. HEX triplet: 66, 54 and 62. RGB value is (102,84,98). Sum of RGB (Red+Green+Blue) = 102+84+98=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665462 is #99AB9D. Grayscale: #5A5A5A. Windows color (decimal): -10070942 or 6444134. OLE color: 6444134.

HSL color Cylindrical-coordinate representation of color #665462: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665462 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1028498-
CMYK00.180.040.6
HSL313.33º9.68%36.47%-
HSV(B)313.33º17.65%40%-
XYZ10.8510.0512.92-
YUV90.98131.96135.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 84 (33.20% from 255) = 29.58%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=35.92%
G=29.58%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102849800.180.040.6313.339.6836.47
Hex66546201243C139a24
Octal1461241420224744711244
Binary1100110101010011000100100101001111001001110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665462; }

 p { color: rgb(102,84,98); }

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

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

 a { background-color: rgb(102,84,98); }

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

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

 span { border-color: rgb(102,84,98); }

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