#604948

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

Shades of Congo Brown #604948

Tints of Congo Brown #604948

Color information

#604948 (or 0x604948) is unknown color: approx Congo Brown. HEX triplet: 60, 49 and 48. RGB value is (96,73,72). Sum of RGB (Red+Green+Blue) = 96+73+72=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604948 is #9FB6B7. Grayscale: #4F4F4F. Windows color (decimal): -10467000 or 4737376. OLE color: 4737376.

HSL color Cylindrical-coordinate representation of color #604948: hue angle of 2.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #604948 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB967372-
CMYK00.240.250.62
HSL2.5º14.29%32.94%-
HSV(B)2.5º25%37.65%-
XYZ8.387.727.18-
YUV79.76123.62139.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=39.83%
G=30.29%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96737200.240.250.622.514.2932.94
Hex604948018193E3e21
Octal140111110030317631641
Binary11000001001001100100001100011001111110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604948; }

 p { color: rgb(96,73,72); }

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

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

 a { background-color: rgb(96,73,72); }

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

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

 span { border-color: rgb(96,73,72); }

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