#614835

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

Shades of Jambalaya #614835

Tints of Jambalaya #614835

Color information

#614835 (or 0x614835) is unknown color: approx Jambalaya. HEX triplet: 61, 48 and 35. RGB value is (97,72,53). Sum of RGB (Red+Green+Blue) = 97+72+53=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #614835 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614835 is #9EB7CA. Grayscale: #4D4D4D. Windows color (decimal): -10401739 or 3491937. OLE color: 3491937.

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

Color convert

RGB977253-
CMYK00.260.450.62
HSL25.91º29.33%29.41%-
HSV(B)25.91º45.36%38.04%-
XYZ7.897.434.39-
YUV77.31114.28142.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 72 (28.52% from 255) = 32.43%
BLUE value IS 53 (21.09% from 255) = 23.87%
R=43.69%
G=32.43%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97725300.260.450.6225.9129.3329.41
Hex61483501A2D3E1a1d1d
Octal141110650325576323535
Binary11000011001000110101011010101101111110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614835; }

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

 H1.HeaderClassName
 {
   color: #614835;
 }
 .AnyTagClassName
 {
   color: #614835;
 }
</style>
background-color css

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

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

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

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

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

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