#6D615B

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

Shades of Dorado #6D615B

Tints of Dorado #6D615B

Color information

#6D615B (or 0x6D615B) is unknown color: approx Dorado. HEX triplet: 6D, 61 and 5B. RGB value is (109,97,91). Sum of RGB (Red+Green+Blue) = 109+97+91=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D615B is #929EA4. Grayscale: #636363. Windows color (decimal): -9608869 or 5988717. OLE color: 5988717.

HSL color Cylindrical-coordinate representation of color #6D615B: hue angle of 20º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D615B is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1099791-
CMYK00.110.170.57
HSL20º9%39.22%-
HSV(B)20º16.51%42.75%-
XYZ12.4712.5611.66-
YUV99.9122.98134.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 91 (35.94% from 255) = 30.64%
R=36.70%
G=32.66%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109979100.110.170.5720939.22
Hex6D615B0B113914927
Octal1551411330132171241147
Binary1101101110000110110110101110001111001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,91); }

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

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

 a { background-color: rgb(109,97,91); }

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

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

 span { border-color: rgb(109,97,91); }

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