#694934

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

Shades of Jambalaya #694934

Tints of Jambalaya #694934

Color information

#694934 (or 0x694934) is unknown color: approx Jambalaya. HEX triplet: 69, 49 and 34. RGB value is (105,73,52). Sum of RGB (Red+Green+Blue) = 105+73+52=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694934 is #96B6CB. Grayscale: #505050. Windows color (decimal): -9877196 or 3426665. OLE color: 3426665.

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

Color convert

RGB1057352-
CMYK00.300.500.59
HSL23.77º33.76%30.78%-
HSV(B)23.77º50.48%41.18%-
XYZ8.838.024.33-
YUV80.17112.1145.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 73 (28.91% from 255) = 31.74%
BLUE value IS 52 (20.70% from 255) = 22.61%
R=45.65%
G=31.74%
B=22.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105735200.300.500.5923.7733.7630.78
Hex69493401E323B18221f
Octal151111640366273304237
Binary110100110010011101000111101100101110111100010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694934; }

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

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

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

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

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

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

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

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