#694632

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

Shades of Jambalaya #694632

Tints of Jambalaya #694632

Color information

#694632 (or 0x694632) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 32. RGB value is (105,70,50). Sum of RGB (Red+Green+Blue) = 105+70+50=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694632 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694632 is #96B9CD. Grayscale: #4E4E4E. Windows color (decimal): -9877966 or 3294825. OLE color: 3294825.

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

Color convert

RGB1057050-
CMYK00.330.520.59
HSL21.82º35.48%30.39%-
HSV(B)21.82º52.38%41.18%-
XYZ8.597.614.03-
YUV78.18112.1147.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 70 (27.73% from 255) = 31.11%
BLUE value IS 50 (19.92% from 255) = 22.22%
R=46.67%
G=31.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705000.330.520.5921.8235.4830.39
Hex694632021343B16231e
Octal151106620416473264336
Binary1101001100011011001001000011101001110111011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694632; }

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

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

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

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

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

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

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

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