#6D635F

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

Shades of Dorado #6D635F

Tints of Dorado #6D635F

Color information

#6D635F (or 0x6D635F) is unknown color: approx Dorado. HEX triplet: 6D, 63 and 5F. RGB value is (109,99,95). Sum of RGB (Red+Green+Blue) = 109+99+95=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 99 (39.06% from 255 or 32.67% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 109 - color contains mainly: red. Hex color #6D635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D635F is #929CA0. Grayscale: #656565. Windows color (decimal): -9608353 or 6251373. OLE color: 6251373.

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

Color convert

RGB1099995-
CMYK00.090.130.57
HSL17.14º6.86%40%-
HSV(B)17.14º12.84%42.75%-
XYZ12.831312.66-
YUV101.53124.31133.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 99 (39.06% from 255) = 32.67%
BLUE value IS 95 (37.5% from 255) = 31.35%
R=35.97%
G=32.67%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109999500.090.130.5717.146.8640
Hex6D635F09D3911728
Octal155143137011157121750
Binary11011011100011101111101001110111100110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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