#635C5A

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

Shades of Dorado #635C5A

Tints of Dorado #635C5A

Color information

#635C5A (or 0x635C5A) is unknown color: approx Dorado. HEX triplet: 63, 5C and 5A. RGB value is (99,92,90). Sum of RGB (Red+Green+Blue) = 99+92+90=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635C5A is #9CA3A5. Grayscale: #5D5D5D. Windows color (decimal): -10265510 or 5921891. OLE color: 5921891.

HSL color Cylindrical-coordinate representation of color #635C5A: hue angle of 13.33º 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 #635C5A is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB999290-
CMYK00.070.090.61
HSL13.33º4.76%37.06%-
HSV(B)13.33º9.09%38.82%-
XYZ10.8211.0511.23-
YUV93.86125.82131.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=35.23%
G=32.74%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99929000.070.090.6113.334.7637.06
Hex635C5A0793Dd525
Octal14313413207117515545
Binary110001110111001011010011110011111011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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