Html Css Color HEX #614635 Jambalaya

📋 copy color: '#614635'

red 97 ◦ green 70 ◦ blue 53

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

Shades of Jambalaya #614635

Tints of Jambalaya #614635

RGB

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

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

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

R = 44.09%
G = 31.82%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#614635 (or 0x614635) is known color: Jambalaya. HEX triplet: 61, 46 and 35. RGB value is (97,70,53). Sum of RGB (Red+Green+Blue) = 97+70+53=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 53 (21.09% from 255 or 24.09% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614635 is #9EB9CA. Grayscale: #4C4C4C. Windows color (decimal): -10402251 or 3491425. OLE color: 3491425.

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

Color convert

RGB 97 70 53 -
CMYK 0 0.28 0.45 0.62
HSL 23.18º 0.29% 0.29% -
HSV(B) 23.18º 0.45% 0.38% -
XYZ 7.76 7.18 4.34 -
YUV 76.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 97 70 53 0 0.28 0.45 0.62 23.18 0.29 0.29
Hex 61 46 35 0 1C 2D 3E 17 1D 1D
Octal 141 106 65 0 34 55 76 27 35 35
Binary 1100001 1000110 110101 0 11100 101101 111110 10111 11101 11101

Color Harmonies of #614635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614635

Black with #614635

Text Example


Text Example

White with #614635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614635; }

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

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

background-color css

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

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

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

border-color css

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

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

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