Html Css Color HEX #614E48 Congo Brown

📋 copy color: '#614E48'

red 97 ◦ green 78 ◦ blue 72

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

Shades of Congo Brown #614E48

Tints of Congo Brown #614E48

RGB

 RED value IS 97 (38.28% from 255) = 39.27%

 GREEN value IS 78 (30.86% from 255) = 31.58%

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

R = 39.27%
G = 31.58%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#614E48 (or 0x614E48) is known color: Congo Brown. HEX triplet: 61, 4E and 48. RGB value is (97,78,72). Sum of RGB (Red+Green+Blue) = 97+78+72=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E48 is #9EB1B7. Grayscale: #535353. Windows color (decimal): -10400184 or 4738657. OLE color: 4738657.

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

Color convert

RGB 97 78 72 -
CMYK 0 0.20 0.26 0.62
HSL 14.4º 0.15% 0.33% -
HSV(B) 14.4º 0.26% 0.38% -
XYZ 8.82 8.46 7.3 -
YUV 83 121.79 137.99 -
System Red Green Blue C M Y K H S L
Decimal 97 78 72 0 0.20 0.26 0.62 14.4 0.15 0.33
Hex 61 4E 48 0 14 1A 3E E F 21
Octal 141 116 110 0 24 32 76 16 17 41
Binary 1100001 1001110 1001000 0 10100 11010 111110 1110 1111 100001

Color Harmonies of #614E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E48

Black with #614E48

Text Example


Text Example

White with #614E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614E48; }

 p { color: rgb(97,78,72); }

 H1.HeaderClassName
 {
   color: #614E48;
 }
 .AnyTagClassName
 {
   color: #614E48;
 }
</style>

background-color css

<style>
 a { background-color: #614E48; }

 a { background-color: rgb(97,78,72); }

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

border-color css

<style>
 span { border-color: #614E48; }

 span { border-color: rgb(97,78,72); }

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