#694933

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

Shades of Jambalaya #694933

Tints of Jambalaya #694933

Color information

#694933 (or 0x694933) is unknown color: approx Jambalaya. HEX triplet: 69, 49 and 33. RGB value is (105,73,51). Sum of RGB (Red+Green+Blue) = 105+73+51=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694933 is #96B6CC. Grayscale: #505050. Windows color (decimal): -9877197 or 3361129. OLE color: 3361129.

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

Color convert

RGB1057351-
CMYK00.300.510.59
HSL24.44º34.62%30.59%-
HSV(B)24.44º51.43%41.18%-
XYZ8.818.014.21-
YUV80.06111.6145.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 51 (20.31% from 255) = 22.27%
R=45.85%
G=31.88%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105735100.300.510.5924.4434.6230.59
Hex69493301E333B18231f
Octal151111630366373304337
Binary110100110010011100110111101100111110111100010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694933; }

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

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

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

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

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

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

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

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