Html Css Color HEX #614944 Congo Brown

📋 copy color: '#614944'

red 97 ◦ green 73 ◦ blue 68

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

Shades of Congo Brown #614944

Tints of Congo Brown #614944

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 68 (26.95% from 255) = 28.57%

R = 40.76%
G = 30.67%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#614944 (or 0x614944) is known color: Congo Brown. HEX triplet: 61, 49 and 44. RGB value is (97,73,68). Sum of RGB (Red+Green+Blue) = 97+73+68=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614944 is #9EB6BB. Grayscale: #4F4F4F. Windows color (decimal): -10401468 or 4475233. OLE color: 4475233.

HSL color Cylindrical-coordinate representation of color #614944: hue angle of 10.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614944 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 73 68 -
CMYK 0 0.25 0.30 0.62
HSL 10.34º 0.18% 0.32% -
HSV(B) 10.34º 0.3% 0.38% -
XYZ 8.36 7.72 6.52 -
YUV 79.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 97 73 68 0 0.25 0.30 0.62 10.34 0.18 0.32
Hex 61 49 44 0 19 1E 3E A 12 20
Octal 141 111 104 0 31 36 76 12 22 40
Binary 1100001 1001001 1000100 0 11001 11110 111110 1010 10010 100000

Color Harmonies of #614944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614944

Black with #614944

Text Example


Text Example

White with #614944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614944; }

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

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

background-color css

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

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

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

border-color css

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

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

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