#684534

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

Shades of Jambalaya #684534

Tints of Jambalaya #684534

Color information

#684534 (or 0x684534) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 34. RGB value is (104,69,52). Sum of RGB (Red+Green+Blue) = 104+69+52=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684534 is #97BACB. Grayscale: #4D4D4D. Windows color (decimal): -9943756 or 3425640. OLE color: 3425640.

HSL color Cylindrical-coordinate representation of color #684534: hue angle of 19.62º 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 #684534 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1046952-
CMYK00.340.500.59
HSL19.62º33.33%30.59%-
HSV(B)19.62º50%40.78%-
XYZ8.467.454.24-
YUV77.53113.6146.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 69 (27.34% from 255) = 30.67%
BLUE value IS 52 (20.70% from 255) = 23.11%
R=46.22%
G=30.67%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104695200.340.500.5919.6233.3330.59
Hex684534022323B14211f
Octal150105640426273244137
Binary1101000100010111010001000101100101110111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684534; }

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

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

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

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

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

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

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

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