#625755

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

Shades of Congo Brown #625755

Tints of Congo Brown #625755

Color information

#625755 (or 0x625755) is unknown color: approx Congo Brown. HEX triplet: 62, 57 and 55. RGB value is (98,87,85). Sum of RGB (Red+Green+Blue) = 98+87+85=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #625755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625755 is #9DA8AA. Grayscale: #5A5A5A. Windows color (decimal): -10332331 or 5592930. OLE color: 5592930.

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

Color convert

RGB988785-
CMYK00.110.130.62
HSL9.23º7.1%35.88%-
HSV(B)9.23º13.27%38.43%-
XYZ10.0810.0710.01-
YUV90.06125.14133.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=36.30%
G=32.22%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98878500.110.130.629.237.135.88
Hex6257550BD3E9724
Octal142127125013157611744
Binary1100010101011110101010101111011111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625755; }

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

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

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

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

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

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

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

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