#694334

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

Shades of Jambalaya #694334

Tints of Jambalaya #694334

Color information

#694334 (or 0x694334) is unknown color: approx Jambalaya. HEX triplet: 69, 43 and 34. RGB value is (105,67,52). Sum of RGB (Red+Green+Blue) = 105+67+52=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 67 (26.56% from 255 or 29.91% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694334 is #96BCCB. Grayscale: #4C4C4C. Windows color (decimal): -9878732 or 3425129. OLE color: 3425129.

HSL color Cylindrical-coordinate representation of color #694334: hue angle of 16.98º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694334 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1056752-
CMYK00.360.500.59
HSL16.98º33.76%30.78%-
HSV(B)16.98º50.48%41.18%-
XYZ8.457.274.21-
YUV76.65114.09148.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 67 (26.56% from 255) = 29.91%
BLUE value IS 52 (20.70% from 255) = 23.21%
R=46.88%
G=29.91%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105675200.360.500.5916.9833.7630.78
Hex694334024323B11221f
Octal151103640446273214237
Binary1101001100001111010001001001100101110111000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694334; }

 p { color: rgb(105,67,52); }

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

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

 a { background-color: rgb(105,67,52); }

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

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

 span { border-color: rgb(105,67,52); }

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