#614534

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

Shades of Jambalaya #614534

Tints of Jambalaya #614534

Color information

#614534 (or 0x614534) is unknown color: approx Jambalaya. HEX triplet: 61, 45 and 34. RGB value is (97,69,52). Sum of RGB (Red+Green+Blue) = 97+69+52=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #614534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614534 is #9EBACB. Grayscale: #4B4B4B. Windows color (decimal): -10402508 or 3425633. OLE color: 3425633.

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

Color convert

RGB976952-
CMYK00.290.460.62
HSL22.67º30.2%29.22%-
HSV(B)22.67º46.39%38.04%-
XYZ7.687.054.2-
YUV75.43114.78143.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=44.50%
G=31.65%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97695200.290.460.6222.6730.229.22
Hex61453401D2E3E171e1d
Octal141105640355676273635
Binary11000011000101110100011101101110111110101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614534; }

 p { color: rgb(97,69,52); }

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

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

 a { background-color: rgb(97,69,52); }

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

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

 span { border-color: rgb(97,69,52); }

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