Html Css Color HEX #614939 Jambalaya

📋 copy color: '#614939'

red 97 ◦ green 73 ◦ blue 57

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

Shades of Jambalaya #614939

Tints of Jambalaya #614939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 42.73%
G = 32.16%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#614939 (or 0x614939) is known color: Jambalaya. HEX triplet: 61, 49 and 39. RGB value is (97,73,57). Sum of RGB (Red+Green+Blue) = 97+73+57=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614939 is #9EB6C6. Grayscale: #4E4E4E. Windows color (decimal): -10401479 or 3754337. OLE color: 3754337.

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

Color convert

RGB 97 73 57 -
CMYK 0 0.25 0.41 0.62
HSL 24º 0.26% 0.3% -
HSV(B) 24º 0.41% 0.38% -
XYZ 8.05 7.6 4.91 -
YUV 78.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 97 73 57 0 0.25 0.41 0.62 24 0.26 0.3
Hex 61 49 39 0 19 29 3E 18 1A 1E
Octal 141 111 71 0 31 51 76 30 32 36
Binary 1100001 1001001 111001 0 11001 101001 111110 11000 11010 11110

Color Harmonies of #614939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614939

Black with #614939

Text Example


Text Example

White with #614939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614939; }

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

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

background-color css

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

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

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

border-color css

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

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

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