#694831

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

Shades of Jambalaya #694831

Tints of Jambalaya #694831

Color information

#694831 (or 0x694831) is unknown color: approx Jambalaya. HEX triplet: 69, 48 and 31. RGB value is (105,72,49). Sum of RGB (Red+Green+Blue) = 105+72+49=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694831 is #96B7CE. Grayscale: #4F4F4F. Windows color (decimal): -9877455 or 3229801. OLE color: 3229801.

HSL color Cylindrical-coordinate representation of color #694831: hue angle of 24.64º 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 #694831 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1057249-
CMYK00.310.530.59
HSL24.64º36.36%30.2%-
HSV(B)24.64º53.33%41.18%-
XYZ8.77.863.96-
YUV79.24110.93146.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 49 (19.53% from 255) = 21.68%
R=46.46%
G=31.86%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105724900.310.530.5924.6436.3630.2
Hex69483101F353B19241e
Octal151110610376573314436
Binary110100110010001100010111111101011110111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694831; }

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

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

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

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

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

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

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

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