#6D635B

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

Shades of Dorado #6D635B

Tints of Dorado #6D635B

Color information

#6D635B (or 0x6D635B) is unknown color: approx Dorado. HEX triplet: 6D, 63 and 5B. RGB value is (109,99,91). Sum of RGB (Red+Green+Blue) = 109+99+91=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D635B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D635B is #929CA4. Grayscale: #656565. Windows color (decimal): -9608357 or 5989229. OLE color: 5989229.

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

Color convert

RGB1099991-
CMYK00.090.170.57
HSL26.67º9%39.22%-
HSV(B)26.67º16.51%42.75%-
XYZ12.6612.9311.73-
YUV101.08122.31133.65-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 99 (39.06% from 255) = 33.11%
BLUE value IS 91 (35.94% from 255) = 30.43%
R=36.45%
G=33.11%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109999100.090.170.5726.67939.22
Hex6D635B0911391b927
Octal1551431330112171331147
Binary1101101110001110110110100110001111001110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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