#645B56

Color #645B56 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #645B56

Tints of Dorado #645B56

Color information

#645B56 (or 0x645B56) is unknown color: approx Dorado. HEX triplet: 64, 5B and 56. RGB value is (100,91,86). Sum of RGB (Red+Green+Blue) = 100+91+86=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 91 (35.94% from 255 or 32.85% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 100 - color contains mainly: red. Hex color #645B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B56 is #9BA4A9. Grayscale: #5D5D5D. Windows color (decimal): -10200234 or 5659492. OLE color: 5659492.

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

Color convert

RGB1009186-
CMYK00.090.140.61
HSL21.43º7.53%36.47%-
HSV(B)21.43º14%39.22%-
XYZ10.6810.8610.34-
YUV93.12123.98132.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 91 (35.94% from 255) = 32.85%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=36.10%
G=32.85%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100918600.090.140.6121.437.5336.47
Hex645B5609E3D15824
Octal1441331260111675251044
Binary110010010110111010110010011110111101101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645B56; }

 p { color: rgb(100,91,86); }

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

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

 a { background-color: rgb(100,91,86); }

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

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

 span { border-color: rgb(100,91,86); }

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