Html Css Color HEX #614942 Congo Brown

📋 copy color: '#614942'

red 97 ◦ green 73 ◦ blue 66

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

Shades of Congo Brown #614942

Tints of Congo Brown #614942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

 BLUE value IS 66 (26.17% from 255) = 27.97%

R = 41.1%
G = 30.93%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#614942 (or 0x614942) is known color: Congo Brown. HEX triplet: 61, 49 and 42. RGB value is (97,73,66). Sum of RGB (Red+Green+Blue) = 97+73+66=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #614942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614942 is #9EB6BD. Grayscale: #4F4F4F. Windows color (decimal): -10401470 or 4344161. OLE color: 4344161.

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

Color convert

RGB 97 73 66 -
CMYK 0 0.25 0.32 0.62
HSL 13.55º 0.19% 0.32% -
HSV(B) 13.55º 0.32% 0.38% -
XYZ 8.3 7.7 6.2 -
YUV 79.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 97 73 66 0 0.25 0.32 0.62 13.55 0.19 0.32
Hex 61 49 42 0 19 20 3E E 13 20
Octal 141 111 102 0 31 40 76 16 23 40
Binary 1100001 1001001 1000010 0 11001 100000 111110 1110 10011 100000

Color Harmonies of #614942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614942

Black with #614942

Text Example


Text Example

White with #614942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614942; }

 p { color: rgb(97,73,66); }

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

background-color css

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

 a { background-color: rgb(97,73,66); }

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

border-color css

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

 span { border-color: rgb(97,73,66); }

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