Html Css Color HEX #614636 Jambalaya

📋 copy color: '#614636'

red 97 ◦ green 70 ◦ blue 54

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

Shades of Jambalaya #614636

Tints of Jambalaya #614636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 43.89%
G = 31.67%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#614636 (or 0x614636) is known color: Jambalaya. HEX triplet: 61, 46 and 36. RGB value is (97,70,54). Sum of RGB (Red+Green+Blue) = 97+70+54=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #614636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614636 is #9EB9C9. Grayscale: #4C4C4C. Windows color (decimal): -10402250 or 3556961. OLE color: 3556961.

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

Color convert

RGB 97 70 54 -
CMYK 0 0.28 0.44 0.62
HSL 22.33º 0.28% 0.3% -
HSV(B) 22.33º 0.44% 0.38% -
XYZ 7.79 7.19 4.47 -
YUV 76.25 115.45 142.8 -
System Red Green Blue C M Y K H S L
Decimal 97 70 54 0 0.28 0.44 0.62 22.33 0.28 0.3
Hex 61 46 36 0 1C 2C 3E 16 1C 1E
Octal 141 106 66 0 34 54 76 26 34 36
Binary 1100001 1000110 110110 0 11100 101100 111110 10110 11100 11110

Color Harmonies of #614636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614636

Black with #614636

Text Example


Text Example

White with #614636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614636; }

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

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

background-color css

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

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

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

border-color css

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

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

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