#694734

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

Shades of Jambalaya #694734

Tints of Jambalaya #694734

Color information

#694734 (or 0x694734) is unknown color: approx Jambalaya. HEX triplet: 69, 47 and 34. RGB value is (105,71,52). Sum of RGB (Red+Green+Blue) = 105+71+52=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 71 (28.12% from 255 or 31.14% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694734 is #96B8CB. Grayscale: #4F4F4F. Windows color (decimal): -9877708 or 3426153. OLE color: 3426153.

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

Color convert

RGB1057152-
CMYK00.320.500.59
HSL21.51º33.76%30.78%-
HSV(B)21.51º50.48%41.18%-
XYZ8.77.764.29-
YUV79112.76146.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 71 (28.12% from 255) = 31.14%
BLUE value IS 52 (20.70% from 255) = 22.81%
R=46.05%
G=31.14%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105715200.320.500.5921.5133.7630.78
Hex694734020323B16221f
Octal151107640406273264237
Binary1101001100011111010001000001100101110111011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694734; }

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

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

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

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

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

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

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

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