Html Css Color HEX #614641 Congo Brown

📋 copy color: '#614641'

red 97 ◦ green 70 ◦ blue 65

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

Shades of Congo Brown #614641

Tints of Congo Brown #614641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.17%

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

R = 41.81%
G = 30.17%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#614641 (or 0x614641) is known color: Congo Brown. HEX triplet: 61, 46 and 41. RGB value is (97,70,65). Sum of RGB (Red+Green+Blue) = 97+70+65=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 65 (25.78% from 255 or 28.02% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614641 is #9EB9BE. Grayscale: #4D4D4D. Windows color (decimal): -10402239 or 4277857. OLE color: 4277857.

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

Color convert

RGB 97 70 65 -
CMYK 0 0.28 0.33 0.62
HSL 9.38º 0.2% 0.32% -
HSV(B) 9.38º 0.33% 0.38% -
XYZ 8.07 7.3 5.99 -
YUV 77.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 97 70 65 0 0.28 0.33 0.62 9.38 0.2 0.32
Hex 61 46 41 0 1C 21 3E 9 14 20
Octal 141 106 101 0 34 41 76 11 24 40
Binary 1100001 1000110 1000001 0 11100 100001 111110 1001 10100 100000

Color Harmonies of #614641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614641

Black with #614641

Text Example


Text Example

White with #614641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614641; }

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

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

background-color css

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

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

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

border-color css

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

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

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