#694432

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

Shades of Jambalaya #694432

Tints of Jambalaya #694432

Color information

#694432 (or 0x694432) is unknown color: approx Jambalaya. HEX triplet: 69, 44 and 32. RGB value is (105,68,50). Sum of RGB (Red+Green+Blue) = 105+68+50=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #694432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694432 is #96BBCD. Grayscale: #4D4D4D. Windows color (decimal): -9878478 or 3294313. OLE color: 3294313.

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

Color convert

RGB1056850-
CMYK00.350.520.59
HSL19.64º35.48%30.39%-
HSV(B)19.64º52.38%41.18%-
XYZ8.477.373.99-
YUV77.01112.76147.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=47.09%
G=30.49%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105685000.350.520.5919.6435.4830.39
Hex694432023343B14231e
Octal151104620436473244336
Binary1101001100010011001001000111101001110111010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694432; }

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

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

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

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

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

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

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

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