#6A615E

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

Shades of Dorado #6A615E

Tints of Dorado #6A615E

Color information

#6A615E (or 0x6A615E) is unknown color: approx Dorado. HEX triplet: 6A, 61 and 5E. RGB value is (106,97,94). Sum of RGB (Red+Green+Blue) = 106+97+94=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 106 - color contains mainly: red. Hex color #6A615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A615E is #959EA1. Grayscale: #636363. Windows color (decimal): -9805474 or 6185322. OLE color: 6185322.

HSL color Cylindrical-coordinate representation of color #6A615E: hue angle of 15º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6A615E is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1069794-
CMYK00.080.110.58
HSL15º6%39.22%-
HSV(B)15º11.32%41.57%-
XYZ12.2412.4212.34-
YUV99.35124.98132.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 97 (38.28% from 255) = 32.66%
BLUE value IS 94 (37.11% from 255) = 31.65%
R=35.69%
G=32.66%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106979400.080.110.5815639.22
Hex6A615E08B3Af627
Octal152141136010137217647
Binary1101010110000110111100100010111110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A615E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,97,94); }

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

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

 a { background-color: rgb(106,97,94); }

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

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

 span { border-color: rgb(106,97,94); }

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