#694232

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

Shades of Jambalaya #694232

Tints of Jambalaya #694232

Color information

#694232 (or 0x694232) is unknown color: approx Jambalaya. HEX triplet: 69, 42 and 32. RGB value is (105,66,50). Sum of RGB (Red+Green+Blue) = 105+66+50=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #694232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694232 is #96BDCD. Grayscale: #4B4B4B. Windows color (decimal): -9878990 or 3293801. OLE color: 3293801.

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

Color convert

RGB1056650-
CMYK00.370.520.59
HSL17.45º35.48%30.39%-
HSV(B)17.45º52.38%41.18%-
XYZ8.357.133.95-
YUV75.84113.42148.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.51%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 50 (19.92% from 255) = 22.62%
R=47.51%
G=29.86%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105665000.370.520.5917.4535.4830.39
Hex694232025343B11231e
Octal151102620456473214336
Binary1101001100001011001001001011101001110111000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694232; }

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

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

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

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

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

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

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

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