#694832

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

Shades of Jambalaya #694832

Tints of Jambalaya #694832

Color information

#694832 (or 0x694832) is unknown color: approx Jambalaya. HEX triplet: 69, 48 and 32. RGB value is (105,72,50). Sum of RGB (Red+Green+Blue) = 105+72+50=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #694832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694832 is #96B7CD. Grayscale: #4F4F4F. Windows color (decimal): -9877454 or 3295337. OLE color: 3295337.

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

Color convert

RGB1057250-
CMYK00.310.520.59
HSL24º35.48%30.39%-
HSV(B)24º52.38%41.18%-
XYZ8.727.874.08-
YUV79.36111.43146.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 72 (28.52% from 255) = 31.72%
BLUE value IS 50 (19.92% from 255) = 22.03%
R=46.26%
G=31.72%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105725000.310.520.592435.4830.39
Hex69483201F343B18231e
Octal151110620376473304336
Binary110100110010001100100111111101001110111100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694832; }

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

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

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

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

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

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

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

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