#6E5C51

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

Shades of Dorado #6E5C51

Tints of Dorado #6E5C51

Color information

#6E5C51 (or 0x6E5C51) is unknown color: approx Dorado. HEX triplet: 6E, 5C and 51. RGB value is (110,92,81). Sum of RGB (Red+Green+Blue) = 110+92+81=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 81 (32.03% from 255 or 28.62% from 283); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C51 is #91A3AE. Grayscale: #606060. Windows color (decimal): -9544623 or 5332078. OLE color: 5332078.

HSL color Cylindrical-coordinate representation of color #6E5C51: hue angle of 22.76º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5C51 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1109281-
CMYK00.160.260.57
HSL22.76º15.18%37.45%-
HSV(B)22.76º26.36%43.14%-
XYZ11.7411.569.4-
YUV96.13119.46137.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 81 (32.03% from 255) = 28.62%
R=38.87%
G=32.51%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110928100.160.260.5722.7615.1837.45
Hex6E5C510101A3917f25
Octal1561341210203271271745
Binary11011101011100101000101000011010111001101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,92,81); }

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

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

 a { background-color: rgb(110,92,81); }

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

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

 span { border-color: rgb(110,92,81); }

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