Html Css Color HEX #614A38 Jambalaya

📋 copy color: '#614A38'

red 97 ◦ green 74 ◦ blue 56

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

Shades of Jambalaya #614A38

Tints of Jambalaya #614A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 42.73%
G = 32.6%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#614A38 (or 0x614A38) is known color: Jambalaya. HEX triplet: 61, 4A and 38. RGB value is (97,74,56). Sum of RGB (Red+Green+Blue) = 97+74+56=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A38 is #9EB5C7. Grayscale: #4E4E4E. Windows color (decimal): -10401224 or 3689057. OLE color: 3689057.

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

Color convert

RGB 97 74 56 -
CMYK 0 0.24 0.42 0.62
HSL 26.34º 0.27% 0.3% -
HSV(B) 26.34º 0.42% 0.38% -
XYZ 8.09 7.72 4.81 -
YUV 78.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 97 74 56 0 0.24 0.42 0.62 26.34 0.27 0.3
Hex 61 4A 38 0 18 2A 3E 1A 1B 1E
Octal 141 112 70 0 30 52 76 32 33 36
Binary 1100001 1001010 111000 0 11000 101010 111110 11010 11011 11110

Color Harmonies of #614A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A38

Black with #614A38

Text Example


Text Example

White with #614A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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