#645E5B

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

Shades of Dorado #645E5B

Tints of Dorado #645E5B

Color information

#645E5B (or 0x645E5B) is unknown color: approx Dorado. HEX triplet: 64, 5E and 5B. RGB value is (100,94,91). Sum of RGB (Red+Green+Blue) = 100+94+91=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 100 - color contains mainly: red. Hex color #645E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645E5B is #9BA1A4. Grayscale: #5F5F5F. Windows color (decimal): -10199461 or 5987940. OLE color: 5987940.

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

Color convert

RGB1009491-
CMYK00.060.090.61
HSL20º4.71%37.45%-
HSV(B)20º9%39.22%-
XYZ11.1511.4711.52-
YUV95.45125.49131.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=35.09%
G=32.98%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100949100.060.090.61204.7137.45
Hex645E5B0693D14525
Octal14413613306117524545
Binary1100100101111010110110110100111110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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