#625350

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

Shades of Congo Brown #625350

Tints of Congo Brown #625350

Color information

#625350 (or 0x625350) is unknown color: approx Congo Brown. HEX triplet: 62, 53 and 50. RGB value is (98,83,80). Sum of RGB (Red+Green+Blue) = 98+83+80=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #625350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625350 is #9DACAF. Grayscale: #575757. Windows color (decimal): -10333360 or 5264226. OLE color: 5264226.

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

Color convert

RGB988380-
CMYK00.150.180.62
HSL10º10.11%34.9%-
HSV(B)10º18.37%38.43%-
XYZ9.589.368.89-
YUV87.14123.97135.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 80 (31.64% from 255) = 30.65%
R=37.55%
G=31.80%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98838000.150.180.621010.1134.9
Hex6253500F123Eaa23
Octal1421231200172276121243
Binary110001010100111010000011111001011111010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625350; }

 p { color: rgb(98,83,80); }

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

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

 a { background-color: rgb(98,83,80); }

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

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

 span { border-color: rgb(98,83,80); }

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