#6A5E56

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

Shades of Dorado #6A5E56

Tints of Dorado #6A5E56

Color information

#6A5E56 (or 0x6A5E56) is unknown color: approx Dorado. HEX triplet: 6A, 5E and 56. RGB value is (106,94,86). Sum of RGB (Red+Green+Blue) = 106+94+86=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E56 is #95A1A9. Grayscale: #606060. Windows color (decimal): -9806250 or 5660266. OLE color: 5660266.

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

Color convert

RGB1069486-
CMYK00.110.190.58
HSL24º10.42%37.65%-
HSV(B)24º18.87%41.57%-
XYZ11.6311.7410.46-
YUV96.68121.98134.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=37.06%
G=32.87%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106948600.110.190.582410.4237.65
Hex6A5E560B133A18a26
Octal1521361260132372301246
Binary1101010101111010101100101110011111010110001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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