#635553

Color #635553 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #635553

Tints of Congo Brown #635553

Color information

#635553 (or 0x635553) is unknown color: approx Congo Brown. HEX triplet: 63, 55 and 53. RGB value is (99,85,83). Sum of RGB (Red+Green+Blue) = 99+85+83=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635553 is #9CAAAC. Grayscale: #585858. Windows color (decimal): -10267309 or 5461347. OLE color: 5461347.

HSL color Cylindrical-coordinate representation of color #635553: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #635553 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB998583-
CMYK00.140.160.61
HSL7.5º8.79%35.69%-
HSV(B)7.5º16.16%38.82%-
XYZ9.969.779.55-
YUV88.96124.64135.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=37.08%
G=31.84%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99858300.140.160.617.58.7935.69
Hex6355530E103D8924
Octal1431251230162075101144
Binary110001110101011010011011101000011110110001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635553; }

 p { color: rgb(99,85,83); }

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

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

 a { background-color: rgb(99,85,83); }

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

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

 span { border-color: rgb(99,85,83); }

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