Html Css Color HEX #604C49 Congo Brown

📋 copy color: '#604C49'

red 96 ◦ green 76 ◦ blue 73

#604C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #604C49

Tints of Congo Brown #604C49

RGB

 RED value IS 96 (37.89% from 255) = 39.18%

 GREEN value IS 76 (30.08% from 255) = 31.02%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 39.18%
G = 31.02%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#604C49 (or 0x604C49) is known color: Congo Brown. HEX triplet: 60, 4C and 49. RGB value is (96,76,73). Sum of RGB (Red+Green+Blue) = 96+76+73=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C49 is #9FB3B6. Grayscale: #515151. Windows color (decimal): -10466231 or 4803680. OLE color: 4803680.

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

Color convert

RGB 96 76 73 -
CMYK 0 0.21 0.24 0.62
HSL 7.83º 0.14% 0.33% -
HSV(B) 7.83º 0.24% 0.38% -
XYZ 8.61 8.14 7.42 -
YUV 81.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 96 76 73 0 0.21 0.24 0.62 7.83 0.14 0.33
Hex 60 4C 49 0 15 18 3E 8 E 21
Octal 140 114 111 0 25 30 76 10 16 41
Binary 1100000 1001100 1001001 0 10101 11000 111110 1000 1110 100001

Color Harmonies of #604C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C49

Black with #604C49

Text Example


Text Example

White with #604C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #604C49;
 }
 .AnyTagClassName
 {
   color: #604C49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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