#68462E

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

Shades of Jambalaya #68462E

Tints of Jambalaya #68462E

Color information

#68462E (or 0x68462E) is unknown color: approx Jambalaya. HEX triplet: 68, 46 and 2E. RGB value is (104,70,46). Sum of RGB (Red+Green+Blue) = 104+70+46=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68462E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68462E is #97B9D1. Grayscale: #4D4D4D. Windows color (decimal): -9943506 or 3032680. OLE color: 3032680.

HSL color Cylindrical-coordinate representation of color #68462E: hue angle of 24.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68462E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1047046-
CMYK00.330.560.59
HSL24.83º38.67%29.41%-
HSV(B)24.83º55.77%40.78%-
XYZ8.397.523.59-
YUV77.43110.26146.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 70 (27.73% from 255) = 31.82%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=47.27%
G=31.82%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104704600.330.560.5924.8338.6729.41
Hex68462E021383B19271d
Octal150106560417073314735
Binary1101000100011010111001000011110001110111100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68462E; }

 p { color: rgb(104,70,46); }

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

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

 a { background-color: rgb(104,70,46); }

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

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

 span { border-color: rgb(104,70,46); }

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