#625552

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

Shades of Congo Brown #625552

Tints of Congo Brown #625552

Color information

#625552 (or 0x625552) is unknown color: approx Congo Brown. HEX triplet: 62, 55 and 52. RGB value is (98,85,82). Sum of RGB (Red+Green+Blue) = 98+85+82=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #625552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625552 is #9DAAAD. Grayscale: #585858. Windows color (decimal): -10332846 or 5395810. OLE color: 5395810.

HSL color Cylindrical-coordinate representation of color #625552: hue angle of 11.25º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625552 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB988582-
CMYK00.130.160.62
HSL11.25º8.89%35.29%-
HSV(B)11.25º16.33%38.43%-
XYZ9.819.79.34-
YUV88.54124.31134.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.98%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=36.98%
G=32.08%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98858200.130.160.6211.258.8935.29
Hex6255520D103Eb923
Octal1421251220152076131143
Binary110001010101011010010011011000011111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625552; }

 p { color: rgb(98,85,82); }

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

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

 a { background-color: rgb(98,85,82); }

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

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

 span { border-color: rgb(98,85,82); }

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