Html Css Color HEX #604F4A Congo Brown

📋 copy color: '#604F4A'

red 96 ◦ green 79 ◦ blue 74

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

Shades of Congo Brown #604F4A

Tints of Congo Brown #604F4A

RGB

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

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

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

R = 38.55%
G = 31.73%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#604F4A (or 0x604F4A) is known color: Congo Brown. HEX triplet: 60, 4F and 4A. RGB value is (96,79,74). Sum of RGB (Red+Green+Blue) = 96+79+74=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604F4A is #9FB0B5. Grayscale: #535353. Windows color (decimal): -10465462 or 4869984. OLE color: 4869984.

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

Color convert

RGB 96 79 74 -
CMYK 0 0.18 0.23 0.62
HSL 13.64º 0.13% 0.33% -
HSV(B) 13.64º 0.23% 0.38% -
XYZ 8.86 8.57 7.67 -
YUV 83.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 96 79 74 0 0.18 0.23 0.62 13.64 0.13 0.33
Hex 60 4F 4A 0 12 17 3E E D 21
Octal 140 117 112 0 22 27 76 16 15 41
Binary 1100000 1001111 1001010 0 10010 10111 111110 1110 1101 100001

Color Harmonies of #604F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F4A

Black with #604F4A

Text Example


Text Example

White with #604F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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