#645C58

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

Shades of Dorado #645C58

Tints of Dorado #645C58

Color information

#645C58 (or 0x645C58) is unknown color: approx Dorado. HEX triplet: 64, 5C and 58. RGB value is (100,92,88). Sum of RGB (Red+Green+Blue) = 100+92+88=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645C58 is #9BA3A7. Grayscale: #5D5D5D. Windows color (decimal): -10199976 or 5790820. OLE color: 5790820.

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

Color convert

RGB1009288-
CMYK00.080.120.61
HSL20º6.38%36.86%-
HSV(B)20º12%39.22%-
XYZ10.8411.0710.8-
YUV93.94124.65132.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.71%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=35.71%
G=32.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100928800.080.120.61206.3836.86
Hex645C5808C3D14625
Octal144134130010147524645
Binary11001001011100101100001000110011110110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,92,88); }

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

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

 a { background-color: rgb(100,92,88); }

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

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

 span { border-color: rgb(100,92,88); }

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