Html Css Color HEX #604E4D Congo Brown

📋 copy color: '#604E4D'

red 96 ◦ green 78 ◦ blue 77

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

Shades of Congo Brown #604E4D

Tints of Congo Brown #604E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 38.25%
G = 31.08%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#604E4D (or 0x604E4D) is known color: Congo Brown. HEX triplet: 60, 4E and 4D. RGB value is (96,78,77). Sum of RGB (Red+Green+Blue) = 96+78+77=251 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.25% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 96 - color contains mainly: red. Hex color #604E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E4D is #9FB1B2. Grayscale: #535353. Windows color (decimal): -10465715 or 5066336. OLE color: 5066336.

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

Color convert

RGB 96 78 77 -
CMYK 0 0.19 0.20 0.62
HSL 3.16º 0.11% 0.34% -
HSV(B) 3.16º 0.2% 0.38% -
XYZ 8.89 8.47 8.19 -
YUV 83.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 96 78 77 0 0.19 0.20 0.62 3.16 0.11 0.34
Hex 60 4E 4D 0 13 14 3E 3 B 22
Octal 140 116 115 0 23 24 76 3 13 42
Binary 1100000 1001110 1001101 0 10011 10100 111110 11 1011 100010

Color Harmonies of #604E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604E4D

Black with #604E4D

Text Example


Text Example

White with #604E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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