#6C625D

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

Shades of Dorado #6C625D

Tints of Dorado #6C625D

Color information

#6C625D (or 0x6C625D) is unknown color: approx Dorado. HEX triplet: 6C, 62 and 5D. RGB value is (108,98,93). Sum of RGB (Red+Green+Blue) = 108+98+93=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C625D is #939DA2. Grayscale: #646464. Windows color (decimal): -9674147 or 6120044. OLE color: 6120044.

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

Color convert

RGB1089893-
CMYK00.090.140.58
HSL20º7.46%39.41%-
HSV(B)20º13.89%42.35%-
XYZ12.5312.7112.15-
YUV100.42123.81133.41-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=36.12%
G=32.78%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108989300.090.140.58207.4639.41
Hex6C625D09E3A14727
Octal154142135011167224747
Binary11011001100010101110101001111011101010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,98,93); }

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

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

 a { background-color: rgb(108,98,93); }

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

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

 span { border-color: rgb(108,98,93); }

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