#68432E

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

Shades of Jambalaya #68432E

Tints of Jambalaya #68432E

Color information

#68432E (or 0x68432E) is unknown color: approx Jambalaya. HEX triplet: 68, 43 and 2E. RGB value is (104,67,46). Sum of RGB (Red+Green+Blue) = 104+67+46=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68432E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68432E is #97BCD1. Grayscale: #4B4B4B. Windows color (decimal): -9944274 or 3031912. OLE color: 3031912.

HSL color Cylindrical-coordinate representation of color #68432E: hue angle of 21.72º 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 #68432E is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB1046746-
CMYK00.360.560.59
HSL21.72º38.67%29.41%-
HSV(B)21.72º55.77%40.78%-
XYZ8.217.153.53-
YUV75.67111.26148.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 46 (18.36% from 255) = 21.20%
R=47.93%
G=30.88%
B=21.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104674600.360.560.5921.7238.6729.41
Hex68432E024383B16271d
Octal150103560447073264735
Binary1101000100001110111001001001110001110111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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