Html Css Color HEX #604F4D Congo Brown

📋 copy color: '#604F4D'

red 96 ◦ green 79 ◦ blue 77

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

Shades of Congo Brown #604F4D

Tints of Congo Brown #604F4D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 38.1%
G = 31.35%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#604F4D (or 0x604F4D) is known color: Congo Brown. HEX triplet: 60, 4F and 4D. RGB value is (96,79,77). Sum of RGB (Red+Green+Blue) = 96+79+77=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F4D is #9FB0B2. Grayscale: #535353. Windows color (decimal): -10465459 or 5066592. OLE color: 5066592.

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

Color convert

RGB 96 79 77 -
CMYK 0 0.18 0.20 0.62
HSL 6.32º 0.11% 0.34% -
HSV(B) 6.32º 0.2% 0.38% -
XYZ 8.96 8.61 8.21 -
YUV 83.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 96 79 77 0 0.18 0.20 0.62 6.32 0.11 0.34
Hex 60 4F 4D 0 12 14 3E 6 B 22
Octal 140 117 115 0 22 24 76 6 13 42
Binary 1100000 1001111 1001101 0 10010 10100 111110 110 1011 100010

Color Harmonies of #604F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F4D

Black with #604F4D

Text Example


Text Example

White with #604F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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