Html Css Color HEX #604D4A Congo Brown

📋 copy color: '#604D4A'

red 96 ◦ green 77 ◦ blue 74

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

Shades of Congo Brown #604D4A

Tints of Congo Brown #604D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.17%

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 38.87%
G = 31.17%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#604D4A (or 0x604D4A) is known color: Congo Brown. HEX triplet: 60, 4D and 4A. RGB value is (96,77,74). Sum of RGB (Red+Green+Blue) = 96+77+74=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 96 - color contains mainly: red. Hex color #604D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D4A is #9FB2B5. Grayscale: #525252. Windows color (decimal): -10465974 or 4869472. OLE color: 4869472.

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

Color convert

RGB 96 77 74 -
CMYK 0 0.20 0.23 0.62
HSL 8.18º 0.13% 0.33% -
HSV(B) 8.18º 0.23% 0.38% -
XYZ 8.71 8.29 7.62 -
YUV 82.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 96 77 74 0 0.20 0.23 0.62 8.18 0.13 0.33
Hex 60 4D 4A 0 14 17 3E 8 D 21
Octal 140 115 112 0 24 27 76 10 15 41
Binary 1100000 1001101 1001010 0 10100 10111 111110 1000 1101 100001

Color Harmonies of #604D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D4A

Black with #604D4A

Text Example


Text Example

White with #604D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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