#604A48

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

Shades of Congo Brown #604A48

Tints of Congo Brown #604A48

Color information

#604A48 (or 0x604A48) is unknown color: approx Congo Brown. HEX triplet: 60, 4A and 48. RGB value is (96,74,72). Sum of RGB (Red+Green+Blue) = 96+74+72=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 96 - color contains mainly: red. Hex color #604A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A48 is #9FB5B7. Grayscale: #505050. Windows color (decimal): -10466744 or 4737632. OLE color: 4737632.

HSL color Cylindrical-coordinate representation of color #604A48: hue angle of 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 #604A48 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB967472-
CMYK00.230.250.62
HSL14.29%32.94%-
HSV(B)25%37.65%-
XYZ8.447.857.2-
YUV80.35123.29139.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.67%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=39.67%
G=30.58%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96747200.230.250.62514.2932.94
Hex604A48017193E5e21
Octal140112110027317651641
Binary110000010010101001000010111110011111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604A48; }

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

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

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

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

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

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

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

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