#6A5A52

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

Shades of Dorado #6A5A52

Tints of Dorado #6A5A52

Color information

#6A5A52 (or 0x6A5A52) is unknown color: approx Dorado. HEX triplet: 6A, 5A and 52. RGB value is (106,90,82). Sum of RGB (Red+Green+Blue) = 106+90+82=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A52 is #95A5AD. Grayscale: #5D5D5D. Windows color (decimal): -9807278 or 5397098. OLE color: 5397098.

HSL color Cylindrical-coordinate representation of color #6A5A52: hue angle of 20º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A5A52 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1069082-
CMYK00.150.230.58
HSL20º12.77%36.86%-
HSV(B)20º22.64%41.57%-
XYZ11.1210.999.52-
YUV93.87121.3136.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 82 (32.42% from 255) = 29.50%
R=38.13%
G=32.37%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106908200.150.230.582012.7736.86
Hex6A5A520F173A14d25
Octal1521321220172772241545
Binary1101010101101010100100111110111111010101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,90,82); }

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

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

 a { background-color: rgb(106,90,82); }

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

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

 span { border-color: rgb(106,90,82); }

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