#614433

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

Shades of Jambalaya #614433

Tints of Jambalaya #614433

Color information

#614433 (or 0x614433) is unknown color: approx Jambalaya. HEX triplet: 61, 44 and 33. RGB value is (97,68,51). Sum of RGB (Red+Green+Blue) = 97+68+51=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #614433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614433 is #9EBBCC. Grayscale: #4A4A4A. Windows color (decimal): -10402765 or 3359841. OLE color: 3359841.

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

Color convert

RGB976851-
CMYK00.300.470.62
HSL22.17º31.08%29.02%-
HSV(B)22.17º47.42%38.04%-
XYZ7.596.914.07-
YUV74.73114.61143.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=44.91%
G=31.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97685100.300.470.6222.1731.0829.02
Hex61443301E2F3E161f1d
Octal141104630365776263735
Binary11000011000100110011011110101111111110101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614433; }

 p { color: rgb(97,68,51); }

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

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

 a { background-color: rgb(97,68,51); }

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

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

 span { border-color: rgb(97,68,51); }

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