Html Css Color HEX #604E4C Congo Brown

📋 copy color: '#604E4C'

red 96 ◦ green 78 ◦ blue 76

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

Shades of Congo Brown #604E4C

Tints of Congo Brown #604E4C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.2%

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 38.4%
G = 31.2%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#604E4C (or 0x604E4C) is known color: Congo Brown. HEX triplet: 60, 4E and 4C. RGB value is (96,78,76). Sum of RGB (Red+Green+Blue) = 96+78+76=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E4C is #9FB1B3. Grayscale: #535353. Windows color (decimal): -10465716 or 5000800. OLE color: 5000800.

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

Color convert

RGB 96 78 76 -
CMYK 0 0.19 0.21 0.62
HSL 0.12% 0.34% -
HSV(B) 0.21% 0.38% -
XYZ 8.85 8.46 8 -
YUV 83.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 96 78 76 0 0.19 0.21 0.62 6 0.12 0.34
Hex 60 4E 4C 0 13 15 3E 6 C 22
Octal 140 116 114 0 23 25 76 6 14 42
Binary 1100000 1001110 1001100 0 10011 10101 111110 110 1100 100010

Color Harmonies of #604E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E4C

Black with #604E4C

Text Example


Text Example

White with #604E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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