Html Css Color HEX #614B49 Congo Brown

📋 copy color: '#614B49'

red 97 ◦ green 75 ◦ blue 73

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

Shades of Congo Brown #614B49

Tints of Congo Brown #614B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 73 (28.91% from 255) = 29.8%

R = 39.59%
G = 30.61%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614B49 (or 0x614B49) is known color: Congo Brown. HEX triplet: 61, 4B and 49. RGB value is (97,75,73). Sum of RGB (Red+Green+Blue) = 97+75+73=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 97 - color contains mainly: red. Hex color #614B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B49 is #9EB4B6. Grayscale: #515151. Windows color (decimal): -10400951 or 4803425. OLE color: 4803425.

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

Color convert

RGB 97 75 73 -
CMYK 0 0.23 0.25 0.62
HSL 0.14% 0.33% -
HSV(B) 0.25% 0.38% -
XYZ 8.65 8.05 7.4 -
YUV 81.35 123.29 139.16 -
System Red Green Blue C M Y K H S L
Decimal 97 75 73 0 0.23 0.25 0.62 5 0.14 0.33
Hex 61 4B 49 0 17 19 3E 5 E 21
Octal 141 113 111 0 27 31 76 5 16 41
Binary 1100001 1001011 1001001 0 10111 11001 111110 101 1110 100001

Color Harmonies of #614B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B49

Black with #614B49

Text Example


Text Example

White with #614B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,75,73); }

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

background-color css

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

 a { background-color: rgb(97,75,73); }

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

border-color css

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

 span { border-color: rgb(97,75,73); }

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