Html Css Color HEX #614441 Congo Brown

📋 copy color: '#614441'

red 97 ◦ green 68 ◦ blue 65

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

Shades of Congo Brown #614441

Tints of Congo Brown #614441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.26%

R = 42.17%
G = 29.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614441 (or 0x614441) is known color: Congo Brown. HEX triplet: 61, 44 and 41. RGB value is (97,68,65). Sum of RGB (Red+Green+Blue) = 97+68+65=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614441 is #9EBBBE. Grayscale: #4C4C4C. Windows color (decimal): -10402751 or 4277345. OLE color: 4277345.

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

Color convert

RGB 97 68 65 -
CMYK 0 0.30 0.33 0.62
HSL 5.63º 0.2% 0.32% -
HSV(B) 5.63º 0.33% 0.38% -
XYZ 7.95 7.06 5.94 -
YUV 76.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 97 68 65 0 0.30 0.33 0.62 5.63 0.2 0.32
Hex 61 44 41 0 1E 21 3E 6 14 20
Octal 141 104 101 0 36 41 76 6 24 40
Binary 1100001 1000100 1000001 0 11110 100001 111110 110 10100 100000

Color Harmonies of #614441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614441

Black with #614441

Text Example


Text Example

White with #614441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614441; }

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

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

background-color css

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

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

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

border-color css

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

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

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