#684533

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

Shades of Jambalaya #684533

Tints of Jambalaya #684533

Color information

#684533 (or 0x684533) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 33. RGB value is (104,69,51). Sum of RGB (Red+Green+Blue) = 104+69+51=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 69 (27.34% from 255 or 30.80% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #684533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684533 is #97BACC. Grayscale: #4D4D4D. Windows color (decimal): -9943757 or 3360104. OLE color: 3360104.

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

Color convert

RGB1046951-
CMYK00.340.510.59
HSL20.38º34.19%30.39%-
HSV(B)20.38º50.96%40.78%-
XYZ8.437.444.12-
YUV77.41113.1146.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 69 (27.34% from 255) = 30.80%
BLUE value IS 51 (20.31% from 255) = 22.77%
R=46.43%
G=30.80%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104695100.340.510.5920.3834.1930.39
Hex684533022333B14221e
Octal150105630426373244236
Binary1101000100010111001101000101100111110111010010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684533; }

 p { color: rgb(104,69,51); }

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

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

 a { background-color: rgb(104,69,51); }

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

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

 span { border-color: rgb(104,69,51); }

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