#614635

Color #614635 Jambalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jambalaya #614635

Tints of Jambalaya #614635

Color information

#614635 (or 0x614635) is unknown color: approx 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

RGB977053-
CMYK00.280.450.62
HSL23.18º29.33%29.41%-
HSV(B)23.18º45.36%38.04%-
XYZ7.767.184.34-
YUV76.13114.95142.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97705300.280.450.6223.1829.3329.41
Hex61463501C2D3E171d1d
Octal141106650345576273535
Binary11000011000110110101011100101101111110101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>