#614632

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

Shades of Jambalaya #614632

Tints of Jambalaya #614632

Color information

#614632 (or 0x614632) is unknown color: approx Jambalaya. HEX triplet: 61, 46 and 32. RGB value is (97,70,50). Sum of RGB (Red+Green+Blue) = 97+70+50=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #614632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614632 is #9EB9CD. Grayscale: #4B4B4B. Windows color (decimal): -10402254 or 3294817. OLE color: 3294817.

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

Color convert

RGB977050-
CMYK00.280.480.62
HSL25.53º31.97%28.82%-
HSV(B)25.53º48.45%38.04%-
XYZ7.77.153.99-
YUV75.79113.45143.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=44.70%
G=32.26%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97705000.280.480.6225.5331.9728.82
Hex61463201C303E1a201d
Octal141106620346076324035
Binary110000110001101100100111001100001111101101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614632; }

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

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

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

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

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

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

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

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