#6D5B51

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

Shades of Dorado #6D5B51

Tints of Dorado #6D5B51

Color information

#6D5B51 (or 0x6D5B51) is unknown color: approx Dorado. HEX triplet: 6D, 5B and 51. RGB value is (109,91,81). Sum of RGB (Red+Green+Blue) = 109+91+81=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B51 is #92A4AE. Grayscale: #5F5F5F. Windows color (decimal): -9610415 or 5331821. OLE color: 5331821.

HSL color Cylindrical-coordinate representation of color #6D5B51: hue angle of 21.43º 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 #6D5B51 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1099181-
CMYK00.170.260.57
HSL21.43º14.74%37.25%-
HSV(B)21.43º25.69%42.75%-
XYZ11.5311.339.36-
YUV95.24119.96137.81-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.79%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 81 (32.03% from 255) = 28.83%
R=38.79%
G=32.38%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109918100.170.260.5721.4314.7437.25
Hex6D5B510111A3915f25
Octal1551331210213271251745
Binary11011011011011101000101000111010111001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,91,81); }

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

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

 a { background-color: rgb(109,91,81); }

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

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

 span { border-color: rgb(109,91,81); }

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