Html Css Color HEX #614841 Congo Brown

📋 copy color: '#614841'

red 97 ◦ green 72 ◦ blue 65

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

Shades of Congo Brown #614841

Tints of Congo Brown #614841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 41.45%
G = 30.77%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614841 (or 0x614841) is known color: Congo Brown. HEX triplet: 61, 48 and 41. RGB value is (97,72,65). Sum of RGB (Red+Green+Blue) = 97+72+65=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614841 is #9EB7BE. Grayscale: #4E4E4E. Windows color (decimal): -10401727 or 4278369. OLE color: 4278369.

HSL color Cylindrical-coordinate representation of color #614841: hue angle of 13.12º 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 #614841 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 72 65 -
CMYK 0 0.26 0.33 0.62
HSL 13.13º 0.2% 0.32% -
HSV(B) 13.13º 0.33% 0.38% -
XYZ 8.2 7.56 6.03 -
YUV 78.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 97 72 65 0 0.26 0.33 0.62 13.13 0.2 0.32
Hex 61 48 41 0 1A 21 3E D 14 20
Octal 141 110 101 0 32 41 76 15 24 40
Binary 1100001 1001000 1000001 0 11010 100001 111110 1101 10100 100000

Color Harmonies of #614841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614841

Black with #614841

Text Example


Text Example

White with #614841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614841; }

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

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

background-color css

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

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

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

border-color css

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

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

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