Html Css Color HEX #614A36 Jambalaya

📋 copy color: '#614A36'

red 97 ◦ green 74 ◦ blue 54

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

Shades of Jambalaya #614A36

Tints of Jambalaya #614A36

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.89%

 BLUE value IS 54 (21.48% from 255) = 24%

R = 43.11%
G = 32.89%
B = 24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614A36 (or 0x614A36) is known color: Jambalaya. HEX triplet: 61, 4A and 36. RGB value is (97,74,54). Sum of RGB (Red+Green+Blue) = 97+74+54=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614A36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A36 is #9EB5C9. Grayscale: #4E4E4E. Windows color (decimal): -10401226 or 3557985. OLE color: 3557985.

HSL color Cylindrical-coordinate representation of color #614A36: hue angle of 27.91º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614A36 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 54 -
CMYK 0 0.24 0.44 0.62
HSL 27.91º 0.28% 0.3% -
HSV(B) 27.91º 0.44% 0.38% -
XYZ 8.04 7.71 4.55 -
YUV 78.6 114.12 141.13 -
System Red Green Blue C M Y K H S L
Decimal 97 74 54 0 0.24 0.44 0.62 27.91 0.28 0.3
Hex 61 4A 36 0 18 2C 3E 1C 1C 1E
Octal 141 112 66 0 30 54 76 34 34 36
Binary 1100001 1001010 110110 0 11000 101100 111110 11100 11100 11110

Color Harmonies of #614A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A36

Black with #614A36

Text Example


Text Example

White with #614A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A36; }

 p { color: rgb(97,74,54); }

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

background-color css

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

 a { background-color: rgb(97,74,54); }

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

border-color css

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

 span { border-color: rgb(97,74,54); }

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