Html Css Color HEX #614836 Jambalaya

📋 copy color: '#614836'

red 97 ◦ green 72 ◦ blue 54

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

Shades of Jambalaya #614836

Tints of Jambalaya #614836

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 43.5%
G = 32.29%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614836 (or 0x614836) is known color: Jambalaya. HEX triplet: 61, 48 and 36. RGB value is (97,72,54). Sum of RGB (Red+Green+Blue) = 97+72+54=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 54 (21.48% from 255 or 24.22% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614836 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614836 is #9EB7C9. Grayscale: #4D4D4D. Windows color (decimal): -10401738 or 3557473. OLE color: 3557473.

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

Color convert

RGB 97 72 54 -
CMYK 0 0.26 0.44 0.62
HSL 25.12º 0.28% 0.3% -
HSV(B) 25.12º 0.44% 0.38% -
XYZ 7.91 7.44 4.51 -
YUV 77.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 97 72 54 0 0.26 0.44 0.62 25.12 0.28 0.3
Hex 61 48 36 0 1A 2C 3E 19 1C 1E
Octal 141 110 66 0 32 54 76 31 34 36
Binary 1100001 1001000 110110 0 11010 101100 111110 11001 11100 11110

Color Harmonies of #614836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614836

Black with #614836

Text Example


Text Example

White with #614836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614836; }

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

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

background-color css

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

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

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

border-color css

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

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

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