Html Css Color HEX #614A44 Congo Brown

📋 copy color: '#614A44'

red 97 ◦ green 74 ◦ blue 68

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

Shades of Congo Brown #614A44

Tints of Congo Brown #614A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 40.59%
G = 30.96%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#614A44 (or 0x614A44) is known color: Congo Brown. HEX triplet: 61, 4A and 44. RGB value is (97,74,68). Sum of RGB (Red+Green+Blue) = 97+74+68=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A44 is #9EB5BB. Grayscale: #505050. Windows color (decimal): -10401212 or 4475489. OLE color: 4475489.

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

Color convert

RGB 97 74 68 -
CMYK 0 0.24 0.30 0.62
HSL 12.41º 0.18% 0.32% -
HSV(B) 12.41º 0.3% 0.38% -
XYZ 8.42 7.86 6.54 -
YUV 80.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 97 74 68 0 0.24 0.30 0.62 12.41 0.18 0.32
Hex 61 4A 44 0 18 1E 3E C 12 20
Octal 141 112 104 0 30 36 76 14 22 40
Binary 1100001 1001010 1000100 0 11000 11110 111110 1100 10010 100000

Color Harmonies of #614A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A44

Black with #614A44

Text Example


Text Example

White with #614A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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