#635D5A

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

Shades of Dorado #635D5A

Tints of Dorado #635D5A

Color information

#635D5A (or 0x635D5A) is unknown color: approx Dorado. HEX triplet: 63, 5D and 5A. RGB value is (99,93,90). Sum of RGB (Red+Green+Blue) = 99+93+90=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D5A is #9CA2A5. Grayscale: #5E5E5E. Windows color (decimal): -10265254 or 5922147. OLE color: 5922147.

HSL color Cylindrical-coordinate representation of color #635D5A: hue angle of 20º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635D5A is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB999390-
CMYK00.060.090.61
HSL20º4.76%37.06%-
HSV(B)20º9.09%38.82%-
XYZ10.9111.2211.26-
YUV94.45125.49131.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 90 (35.55% from 255) = 31.91%
R=35.11%
G=32.98%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99939000.060.090.61204.7637.06
Hex635D5A0693D14525
Octal14313513206117524545
Binary1100011101110110110100110100111110110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635D5A; }

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

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

<style>
 a { background-color: #635D5A; }

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

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

<style>
 span { border-color: #635D5A; }

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

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