Html Css Color HEX #614A35 Jambalaya

📋 copy color: '#614A35'

red 97 ◦ green 74 ◦ blue 53

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

Shades of Jambalaya #614A35

Tints of Jambalaya #614A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.66%

R = 43.3%
G = 33.04%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#614A35 (or 0x614A35) is known color: Jambalaya. HEX triplet: 61, 4A and 35. RGB value is (97,74,53). Sum of RGB (Red+Green+Blue) = 97+74+53=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 53 (21.09% from 255 or 23.66% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #614A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A35 is #9EB5CA. Grayscale: #4E4E4E. Windows color (decimal): -10401227 or 3492449. OLE color: 3492449.

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

Color convert

RGB 97 74 53 -
CMYK 0 0.24 0.45 0.62
HSL 28.64º 0.29% 0.29% -
HSV(B) 28.64º 0.45% 0.38% -
XYZ 8.02 7.7 4.43 -
YUV 78.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 97 74 53 0 0.24 0.45 0.62 28.64 0.29 0.29
Hex 61 4A 35 0 18 2D 3E 1D 1D 1D
Octal 141 112 65 0 30 55 76 35 35 35
Binary 1100001 1001010 110101 0 11000 101101 111110 11101 11101 11101

Color Harmonies of #614A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A35

Black with #614A35

Text Example


Text Example

White with #614A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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