#6D5B56

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

Shades of Dorado #6D5B56

Tints of Dorado #6D5B56

Color information

#6D5B56 (or 0x6D5B56) is unknown color: approx Dorado. HEX triplet: 6D, 5B and 56. RGB value is (109,91,86). Sum of RGB (Red+Green+Blue) = 109+91+86=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B56 is #92A4A9. Grayscale: #5F5F5F. Windows color (decimal): -9610410 or 5659501. OLE color: 5659501.

HSL color Cylindrical-coordinate representation of color #6D5B56: hue angle of 13.04º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5B56 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB1099186-
CMYK00.170.210.57
HSL13.04º11.79%38.24%-
HSV(B)13.04º21.1%42.75%-
XYZ11.7311.4110.39-
YUV95.81122.46137.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=38.11%
G=31.82%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109918600.170.210.5713.0411.7938.24
Hex6D5B560111539dc26
Octal1551331260212571151446
Binary1101101101101110101100100011010111100111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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