Html Css Color HEX #614B39 Jambalaya

📋 copy color: '#614B39'

red 97 ◦ green 75 ◦ blue 57

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

Shades of Jambalaya #614B39

Tints of Jambalaya #614B39

RGB

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

 GREEN value IS 75 (29.69% from 255) = 32.75%

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

R = 42.36%
G = 32.75%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#614B39 (or 0x614B39) is known color: Jambalaya. HEX triplet: 61, 4B and 39. RGB value is (97,75,57). Sum of RGB (Red+Green+Blue) = 97+75+57=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #614B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B39 is #9EB4C6. Grayscale: #4F4F4F. Windows color (decimal): -10400967 or 3754849. OLE color: 3754849.

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

Color convert

RGB 97 75 57 -
CMYK 0 0.23 0.41 0.62
HSL 27º 0.26% 0.3% -
HSV(B) 27º 0.41% 0.38% -
XYZ 8.18 7.87 4.96 -
YUV 79.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 97 75 57 0 0.23 0.41 0.62 27 0.26 0.3
Hex 61 4B 39 0 17 29 3E 1B 1A 1E
Octal 141 113 71 0 27 51 76 33 32 36
Binary 1100001 1001011 111001 0 10111 101001 111110 11011 11010 11110

Color Harmonies of #614B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614B39

Black with #614B39

Text Example


Text Example

White with #614B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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