#64535E

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

Shades of Salt Box #64535E

Tints of Salt Box #64535E

Color information

#64535E (or 0x64535E) is unknown color: approx Salt Box. HEX triplet: 64, 53 and 5E. RGB value is (100,83,94). Sum of RGB (Red+Green+Blue) = 100+83+94=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #64535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64535E is #9BACA1. Grayscale: #595959. Windows color (decimal): -10202274 or 6181732. OLE color: 6181732.

HSL color Cylindrical-coordinate representation of color #64535E: hue angle of 321.18º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #64535E is Cyan = 0, Magento = 0.17, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB1008394-
CMYK00.170.060.61
HSL321.18º9.29%35.88%-
HSV(B)321.18º17%39.22%-
XYZ10.379.711.92-
YUV89.34130.63135.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=36.10%
G=29.96%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100839400.170.060.61321.189.2935.88
Hex64535E01163D141924
Octal1441231360216755011144
Binary1100100101001110111100100011101111011010000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64535E; }

 p { color: rgb(100,83,94); }

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

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

 a { background-color: rgb(100,83,94); }

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

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

 span { border-color: rgb(100,83,94); }

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