#635452

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

Shades of Congo Brown #635452

Tints of Congo Brown #635452

Color information

#635452 (or 0x635452) is unknown color: approx Congo Brown. HEX triplet: 63, 54 and 52. RGB value is (99,84,82). Sum of RGB (Red+Green+Blue) = 99+84+82=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 99 - color contains mainly: red. Hex color #635452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635452 is #9CABAD. Grayscale: #585858. Windows color (decimal): -10267566 or 5395555. OLE color: 5395555.

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

Color convert

RGB998482-
CMYK00.150.170.61
HSL7.06º9.39%35.49%-
HSV(B)7.06º17.17%38.82%-
XYZ9.849.69.32-
YUV88.26124.47135.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.36%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=37.36%
G=31.70%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99848200.150.170.617.069.3935.49
Hex6354520F113D7923
Octal143124122017217571143
Binary11000111010100101001001111100011111011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635452; }

 p { color: rgb(99,84,82); }

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

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

 a { background-color: rgb(99,84,82); }

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

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

 span { border-color: rgb(99,84,82); }

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