#6D5950

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

Shades of Dorado #6D5950

Tints of Dorado #6D5950

Color information

#6D5950 (or 0x6D5950) is unknown color: approx Dorado. HEX triplet: 6D, 59 and 50. RGB value is (109,89,80). Sum of RGB (Red+Green+Blue) = 109+89+80=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5950 is #92A6AF. Grayscale: #5E5E5E. Windows color (decimal): -9610928 or 5265773. OLE color: 5265773.

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

Color convert

RGB1098980-
CMYK00.180.270.57
HSL18.62º15.34%37.06%-
HSV(B)18.62º26.61%42.75%-
XYZ11.3310.989.11-
YUV93.95120.13138.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=39.21%
G=32.01%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109898000.180.270.5718.6215.3437.06
Hex6D59500121B3913f25
Octal1551311200223371231745
Binary11011011011001101000001001011011111001100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,80); }

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

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

 a { background-color: rgb(109,89,80); }

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

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

 span { border-color: rgb(109,89,80); }

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