#684C3A

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

Shades of Jambalaya #684C3A

Tints of Jambalaya #684C3A

Color information

#684C3A (or 0x684C3A) is unknown color: approx Jambalaya. HEX triplet: 68, 4C and 3A. RGB value is (104,76,58). Sum of RGB (Red+Green+Blue) = 104+76+58=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C3A is #97B3C5. Grayscale: #525252. Windows color (decimal): -9941958 or 3820648. OLE color: 3820648.

HSL color Cylindrical-coordinate representation of color #684C3A: hue angle of 23.48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684C3A is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.59.

Color convert

RGB1047658-
CMYK00.270.440.59
HSL23.48º28.4%31.76%-
HSV(B)23.48º44.23%40.78%-
XYZ9.068.425.15-
YUV82.32114.28143.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 76 (30.08% from 255) = 31.93%
BLUE value IS 58 (23.05% from 255) = 24.37%
R=43.70%
G=31.93%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104765800.270.440.5923.4828.431.76
Hex684C3A01B2C3B171c20
Octal150114720335473273440
Binary110100010011001110100110111011001110111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684C3A; }

 p { color: rgb(104,76,58); }

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

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

 a { background-color: rgb(104,76,58); }

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

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

 span { border-color: rgb(104,76,58); }

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