Html Css Color HEX #604C4A Congo Brown

📋 copy color: '#604C4A'

red 96 ◦ green 76 ◦ blue 74

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

Shades of Congo Brown #604C4A

Tints of Congo Brown #604C4A

RGB

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

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

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

R = 39.02%
G = 30.89%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#604C4A (or 0x604C4A) is known color: Congo Brown. HEX triplet: 60, 4C and 4A. RGB value is (96,76,74). Sum of RGB (Red+Green+Blue) = 96+76+74=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #604C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C4A is #9FB3B5. Grayscale: #515151. Windows color (decimal): -10466230 or 4869216. OLE color: 4869216.

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

Color convert

RGB 96 76 74 -
CMYK 0 0.21 0.23 0.62
HSL 5.45º 0.13% 0.33% -
HSV(B) 5.45º 0.23% 0.38% -
XYZ 8.64 8.15 7.6 -
YUV 81.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 96 76 74 0 0.21 0.23 0.62 5.45 0.13 0.33
Hex 60 4C 4A 0 15 17 3E 5 D 21
Octal 140 114 112 0 25 27 76 5 15 41
Binary 1100000 1001100 1001010 0 10101 10111 111110 101 1101 100001

Color Harmonies of #604C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C4A

Black with #604C4A

Text Example


Text Example

White with #604C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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