#6E615B

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

Shades of Dorado #6E615B

Tints of Dorado #6E615B

Color information

#6E615B (or 0x6E615B) is unknown color: approx Dorado. HEX triplet: 6E, 61 and 5B. RGB value is (110,97,91). Sum of RGB (Red+Green+Blue) = 110+97+91=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E615B is #919EA4. Grayscale: #646464. Windows color (decimal): -9543333 or 5988718. OLE color: 5988718.

HSL color Cylindrical-coordinate representation of color #6E615B: hue angle of 18.95º 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 #6E615B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1109791-
CMYK00.120.170.57
HSL18.95º9.45%39.41%-
HSV(B)18.95º17.27%43.14%-
XYZ12.5912.6211.67-
YUV100.2122.81134.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=36.91%
G=32.55%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110979100.120.170.5718.959.4539.41
Hex6E615B0C113913927
Octal1561411330142171231147
Binary1101110110000110110110110010001111001100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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