#694332

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

Shades of Jambalaya #694332

Tints of Jambalaya #694332

Color information

#694332 (or 0x694332) is unknown color: approx Jambalaya. HEX triplet: 69, 43 and 32. RGB value is (105,67,50). Sum of RGB (Red+Green+Blue) = 105+67+50=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694332 is #96BCCD. Grayscale: #4C4C4C. Windows color (decimal): -9878734 or 3294057. OLE color: 3294057.

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

Color convert

RGB1056750-
CMYK00.360.520.59
HSL18.55º35.48%30.39%-
HSV(B)18.55º52.38%41.18%-
XYZ8.417.253.97-
YUV76.42113.09148.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 50 (19.92% from 255) = 22.52%
R=47.30%
G=30.18%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105675000.360.520.5918.5535.4830.39
Hex694332024343B13231e
Octal151103620446473234336
Binary1101001100001111001001001001101001110111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694332; }

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

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

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

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

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

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

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

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