#6A5A54

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

Shades of Dorado #6A5A54

Tints of Dorado #6A5A54

Color information

#6A5A54 (or 0x6A5A54) is unknown color: approx Dorado. HEX triplet: 6A, 5A and 54. RGB value is (106,90,84). Sum of RGB (Red+Green+Blue) = 106+90+84=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5A54 is #95A5AB. Grayscale: #5E5E5E. Windows color (decimal): -9807276 or 5528170. OLE color: 5528170.

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

Color convert

RGB1069084-
CMYK00.150.210.58
HSL16.36º11.58%37.25%-
HSV(B)16.36º20.75%41.57%-
XYZ11.211.029.92-
YUV94.1122.3136.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 84 (33.20% from 255) = 30%
R=37.86%
G=32.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106908400.150.210.5816.3611.5837.25
Hex6A5A540F153A10c25
Octal1521321240172572201445
Binary1101010101101010101000111110101111010100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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