#694639

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

Shades of Jambalaya #694639

Tints of Jambalaya #694639

Color information

#694639 (or 0x694639) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 39. RGB value is (105,70,57). Sum of RGB (Red+Green+Blue) = 105+70+57=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694639 is #96B9C6. Grayscale: #4F4F4F. Windows color (decimal): -9877959 or 3753577. OLE color: 3753577.

HSL color Cylindrical-coordinate representation of color #694639: hue angle of 16.25º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #694639 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1057057-
CMYK00.330.460.59
HSL16.25º29.63%31.76%-
HSV(B)16.25º45.71%41.18%-
XYZ8.757.684.89-
YUV78.98115.6146.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 57 (22.66% from 255) = 24.57%
R=45.26%
G=30.17%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705700.330.460.5916.2529.6331.76
Hex6946390212E3B101e20
Octal151106710415673203640
Binary1101001100011011100101000011011101110111000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694639; }

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

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

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

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

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

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

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

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