Html Css Color HEX #614440 Congo Brown

📋 copy color: '#614440'

red 97 ◦ green 68 ◦ blue 64

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

Shades of Congo Brown #614440

Tints of Congo Brown #614440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 64 (25.39% from 255) = 27.95%

R = 42.36%
G = 29.69%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#614440 (or 0x614440) is known color: Congo Brown. HEX triplet: 61, 44 and 40. RGB value is (97,68,64). Sum of RGB (Red+Green+Blue) = 97+68+64=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614440 is #9EBBBF. Grayscale: #4C4C4C. Windows color (decimal): -10402752 or 4211809. OLE color: 4211809.

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

Color convert

RGB 97 68 64 -
CMYK 0 0.30 0.34 0.62
HSL 7.27º 0.2% 0.32% -
HSV(B) 7.27º 0.34% 0.38% -
XYZ 7.92 7.05 5.79 -
YUV 76.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 97 68 64 0 0.30 0.34 0.62 7.27 0.2 0.32
Hex 61 44 40 0 1E 22 3E 7 14 20
Octal 141 104 100 0 36 42 76 7 24 40
Binary 1100001 1000100 1000000 0 11110 100010 111110 111 10100 100000

Color Harmonies of #614440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614440

Black with #614440

Text Example


Text Example

White with #614440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614440; }

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

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

background-color css

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

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

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

border-color css

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

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

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