#6D635E

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

Shades of Dorado #6D635E

Tints of Dorado #6D635E

Color information

#6D635E (or 0x6D635E) is unknown color: approx Dorado. HEX triplet: 6D, 63 and 5E. RGB value is (109,99,94). Sum of RGB (Red+Green+Blue) = 109+99+94=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 94 (37.11% from 255 or 31.13% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D635E is #929CA1. Grayscale: #656565. Windows color (decimal): -9608354 or 6185837. OLE color: 6185837.

HSL color Cylindrical-coordinate representation of color #6D635E: hue angle of 20º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6D635E is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1099994-
CMYK00.090.140.57
HSL20º7.39%39.8%-
HSV(B)20º13.76%42.75%-
XYZ12.7912.9812.42-
YUV101.42123.81133.41-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 94 (37.11% from 255) = 31.13%
R=36.09%
G=32.78%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109999400.090.140.57207.3939.8
Hex6D635E09E3914728
Octal155143136011167124750
Binary11011011100011101111001001111011100110100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D635E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,99,94); }

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

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

 a { background-color: rgb(109,99,94); }

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

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

 span { border-color: rgb(109,99,94); }

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