#694931

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

Shades of Jambalaya #694931

Tints of Jambalaya #694931

Color information

#694931 (or 0x694931) is unknown color: approx Jambalaya. HEX triplet: 69, 49 and 31. RGB value is (105,73,49). Sum of RGB (Red+Green+Blue) = 105+73+49=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694931 is #96B6CE. Grayscale: #4F4F4F. Windows color (decimal): -9877199 or 3230057. OLE color: 3230057.

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

Color convert

RGB1057349-
CMYK00.300.530.59
HSL25.71º36.36%30.2%-
HSV(B)25.71º53.33%41.18%-
XYZ8.767.993.99-
YUV79.83110.6145.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=46.26%
G=32.16%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105734900.300.530.5925.7136.3630.2
Hex69493101E353B1a241e
Octal151111610366573324436
Binary110100110010011100010111101101011110111101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694931; }

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

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

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

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

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

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

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

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