#6D645E

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

Shades of Dorado #6D645E

Tints of Dorado #6D645E

Color information

#6D645E (or 0x6D645E) is unknown color: approx Dorado. HEX triplet: 6D, 64 and 5E. RGB value is (109,100,94). Sum of RGB (Red+Green+Blue) = 109+100+94=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D645E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D645E is #929BA1. Grayscale: #666666. Windows color (decimal): -9608098 or 6186093. OLE color: 6186093.

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

Color convert

RGB10910094-
CMYK00.080.140.57
HSL24º7.39%39.8%-
HSV(B)24º13.76%42.75%-
XYZ12.8813.1712.45-
YUV102.01123.48132.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 94 (37.11% from 255) = 31.02%
R=35.97%
G=33.00%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091009400.080.140.57247.3939.8
Hex6D645E08E3918728
Octal155144136010167130750
Binary11011011100100101111001000111011100111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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