Html Css Color HEX #614739 Jambalaya

📋 copy color: '#614739'

red 97 ◦ green 71 ◦ blue 57

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

Shades of Jambalaya #614739

Tints of Jambalaya #614739

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

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

R = 43.11%
G = 31.56%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#614739 (or 0x614739) is known color: Jambalaya. HEX triplet: 61, 47 and 39. RGB value is (97,71,57). Sum of RGB (Red+Green+Blue) = 97+71+57=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614739 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614739 is #9EB8C6. Grayscale: #4D4D4D. Windows color (decimal): -10401991 or 3753825. OLE color: 3753825.

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

Color convert

RGB 97 71 57 -
CMYK 0 0.27 0.41 0.62
HSL 21º 0.26% 0.3% -
HSV(B) 21º 0.41% 0.38% -
XYZ 7.92 7.34 4.87 -
YUV 77.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 97 71 57 0 0.27 0.41 0.62 21 0.26 0.3
Hex 61 47 39 0 1B 29 3E 15 1A 1E
Octal 141 107 71 0 33 51 76 25 32 36
Binary 1100001 1000111 111001 0 11011 101001 111110 10101 11010 11110

Color Harmonies of #614739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614739

Black with #614739

Text Example


Text Example

White with #614739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614739; }

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

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

background-color css

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

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

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

border-color css

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

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

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