#6D645F

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

Shades of Dorado #6D645F

Tints of Dorado #6D645F

Color information

#6D645F (or 0x6D645F) is unknown color: approx Dorado. HEX triplet: 6D, 64 and 5F. RGB value is (109,100,95). Sum of RGB (Red+Green+Blue) = 109+100+95=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645F is #929BA0. Grayscale: #666666. Windows color (decimal): -9608097 or 6251629. OLE color: 6251629.

HSL color Cylindrical-coordinate representation of color #6D645F: hue angle of 21.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D645F is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB10910095-
CMYK00.080.130.57
HSL21.43º6.86%40%-
HSV(B)21.43º12.84%42.75%-
XYZ12.9313.1912.69-
YUV102.12123.98132.91-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 100 (39.45% from 255) = 32.89%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=35.86%
G=32.89%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091009500.080.130.5721.436.8640
Hex6D645F08D3915728
Octal155144137010157125750
Binary11011011100100101111101000110111100110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D645F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D645F; }

 p { color: rgb(109,100,95); }

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

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

 a { background-color: rgb(109,100,95); }

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

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

 span { border-color: rgb(109,100,95); }

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