Html Css Color HEX #604D48 Congo Brown

📋 copy color: '#604D48'

red 96 ◦ green 77 ◦ blue 72

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

Shades of Congo Brown #604D48

Tints of Congo Brown #604D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 29.39%

R = 39.18%
G = 31.43%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#604D48 (or 0x604D48) is known color: Congo Brown. HEX triplet: 60, 4D and 48. RGB value is (96,77,72). Sum of RGB (Red+Green+Blue) = 96+77+72=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D48 is #9FB2B7. Grayscale: #525252. Windows color (decimal): -10465976 or 4738400. OLE color: 4738400.

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

Color convert

RGB 96 77 72 -
CMYK 0 0.20 0.25 0.62
HSL 12.5º 0.14% 0.33% -
HSV(B) 12.5º 0.25% 0.38% -
XYZ 8.65 8.26 7.27 -
YUV 82.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 96 77 72 0 0.20 0.25 0.62 12.5 0.14 0.33
Hex 60 4D 48 0 14 19 3E C E 21
Octal 140 115 110 0 24 31 76 14 16 41
Binary 1100000 1001101 1001000 0 10100 11001 111110 1100 1110 100001

Color Harmonies of #604D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604D48

Black with #604D48

Text Example


Text Example

White with #604D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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