#6D635D

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

Shades of Dorado #6D635D

Tints of Dorado #6D635D

Color information

#6D635D (or 0x6D635D) is unknown color: approx Dorado. HEX triplet: 6D, 63 and 5D. RGB value is (109,99,93). Sum of RGB (Red+Green+Blue) = 109+99+93=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D635D is #929CA2. Grayscale: #656565. Windows color (decimal): -9608355 or 6120301. OLE color: 6120301.

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

Color convert

RGB1099993-
CMYK00.090.150.57
HSL22.5º7.92%39.61%-
HSV(B)22.5º14.68%42.75%-
XYZ12.7412.9712.19-
YUV101.31123.31133.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 99 (39.06% from 255) = 32.89%
BLUE value IS 93 (36.72% from 255) = 30.90%
R=36.21%
G=32.89%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109999300.090.150.5722.57.9239.61
Hex6D635D09F3917828
Octal1551431350111771271050
Binary110110111000111011101010011111111001101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D635D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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