#684530

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

Shades of Jambalaya #684530

Tints of Jambalaya #684530

Color information

#684530 (or 0x684530) is unknown color: approx Jambalaya. HEX triplet: 68, 45 and 30. RGB value is (104,69,48). Sum of RGB (Red+Green+Blue) = 104+69+48=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684530 is #97BACF. Grayscale: #4D4D4D. Windows color (decimal): -9943760 or 3163496. OLE color: 3163496.

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

Color convert

RGB1046948-
CMYK00.340.540.59
HSL22.5º36.84%29.8%-
HSV(B)22.5º53.85%40.78%-
XYZ8.377.413.79-
YUV77.07111.6147.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 48 (19.14% from 255) = 21.72%
R=47.06%
G=31.22%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104694800.340.540.5922.536.8429.8
Hex684530022363B17251e
Octal150105600426673274536
Binary1101000100010111000001000101101101110111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684530; }

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

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

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

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

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

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

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

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