#68412F

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

Shades of Jambalaya #68412F

Tints of Jambalaya #68412F

Color information

#68412F (or 0x68412F) is unknown color: approx Jambalaya. HEX triplet: 68, 41 and 2F. RGB value is (104,65,47). Sum of RGB (Red+Green+Blue) = 104+65+47=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68412F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68412F is #97BED0. Grayscale: #4A4A4A. Windows color (decimal): -9944785 or 3096936. OLE color: 3096936.

HSL color Cylindrical-coordinate representation of color #68412F: hue angle of 18.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68412F is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1046547-
CMYK00.380.550.59
HSL18.95º37.75%29.61%-
HSV(B)18.95º54.81%40.78%-
XYZ8.116.933.6-
YUV74.61112.42148.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 47 (18.75% from 255) = 21.76%
R=48.15%
G=30.09%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104654700.380.550.5918.9537.7529.61
Hex68412F026373B13261e
Octal150101570466773234636
Binary1101000100000110111101001101101111110111001110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68412F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68412F; }

 p { color: rgb(104,65,47); }

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

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

 a { background-color: rgb(104,65,47); }

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

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

 span { border-color: rgb(104,65,47); }

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