#694939

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

Shades of Jambalaya #694939

Tints of Jambalaya #694939

Color information

#694939 (or 0x694939) is unknown color: approx Jambalaya. HEX triplet: 69, 49 and 39. RGB value is (105,73,57). Sum of RGB (Red+Green+Blue) = 105+73+57=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694939 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694939 is #96B6C6. Grayscale: #505050. Windows color (decimal): -9877191 or 3754345. OLE color: 3754345.

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

Color convert

RGB1057357-
CMYK00.300.460.59
HSL20º29.63%31.76%-
HSV(B)20º45.71%41.18%-
XYZ8.958.064.96-
YUV80.74114.6145.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 57 (22.66% from 255) = 24.26%
R=44.68%
G=31.06%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105735700.300.460.592029.6331.76
Hex69493901E2E3B141e20
Octal151111710365673243640
Binary110100110010011110010111101011101110111010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694939; }

 p { color: rgb(105,73,57); }

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

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

 a { background-color: rgb(105,73,57); }

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

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

 span { border-color: rgb(105,73,57); }

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