#635C58

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

Shades of Dorado #635C58

Tints of Dorado #635C58

Color information

#635C58 (or 0x635C58) is unknown color: approx Dorado. HEX triplet: 63, 5C and 58. RGB value is (99,92,88). Sum of RGB (Red+Green+Blue) = 99+92+88=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C58 is #9CA3A7. Grayscale: #5D5D5D. Windows color (decimal): -10265512 or 5790819. OLE color: 5790819.

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

Color convert

RGB999288-
CMYK00.070.110.61
HSL21.82º5.88%36.67%-
HSV(B)21.82º11.11%38.82%-
XYZ10.7311.0110.79-
YUV93.64124.82131.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 92 (36.33% from 255) = 32.97%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=35.48%
G=32.97%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99928800.070.110.6121.825.8836.67
Hex635C5807B3D16625
Octal14313413007137526645
Binary1100011101110010110000111101111110110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,92,88); }

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

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

 a { background-color: rgb(99,92,88); }

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

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

 span { border-color: rgb(99,92,88); }

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