#624C48

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

Shades of Congo Brown #624C48

Tints of Congo Brown #624C48

Color information

#624C48 (or 0x624C48) is unknown color: approx Congo Brown. HEX triplet: 62, 4C and 48. RGB value is (98,76,72). Sum of RGB (Red+Green+Blue) = 98+76+72=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #624C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C48 is #9DB3B7. Grayscale: #525252. Windows color (decimal): -10335160 or 4738146. OLE color: 4738146.

HSL color Cylindrical-coordinate representation of color #624C48: hue angle of 9.23º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #624C48 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB987672-
CMYK00.220.270.62
HSL9.23º15.29%33.33%-
HSV(B)9.23º26.53%38.43%-
XYZ8.798.237.26-
YUV82.12122.29139.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.84%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=39.84%
G=30.89%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98767200.220.270.629.2315.2933.33
Hex624C480161B3E9f21
Octal1421141100263376111741
Binary1100010100110010010000101101101111111010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624C48; }

 p { color: rgb(98,76,72); }

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

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

 a { background-color: rgb(98,76,72); }

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

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

 span { border-color: rgb(98,76,72); }

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