#684234

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

Shades of Jambalaya #684234

Tints of Jambalaya #684234

Color information

#684234 (or 0x684234) is unknown color: approx Jambalaya. HEX triplet: 68, 42 and 34. RGB value is (104,66,52). Sum of RGB (Red+Green+Blue) = 104+66+52=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #684234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684234 is #97BDCB. Grayscale: #4B4B4B. Windows color (decimal): -9944524 or 3424872. OLE color: 3424872.

HSL color Cylindrical-coordinate representation of color #684234: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684234 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1046652-
CMYK00.370.500.59
HSL16.15º33.33%30.59%-
HSV(B)16.15º50%40.78%-
XYZ8.287.094.18-
YUV75.77114.59148.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 66 (26.17% from 255) = 29.73%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=46.85%
G=29.73%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104665200.370.500.5916.1533.3330.59
Hex684234025323B10211f
Octal150102640456273204137
Binary1101000100001011010001001011100101110111000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684234; }

 p { color: rgb(104,66,52); }

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

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

 a { background-color: rgb(104,66,52); }

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

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

 span { border-color: rgb(104,66,52); }

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