#694637

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

Shades of Jambalaya #694637

Tints of Jambalaya #694637

Color information

#694637 (or 0x694637) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 37. RGB value is (105,70,55). Sum of RGB (Red+Green+Blue) = 105+70+55=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694637 is #96B9C8. Grayscale: #4E4E4E. Windows color (decimal): -9877961 or 3622505. OLE color: 3622505.

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

Color convert

RGB1057055-
CMYK00.330.480.59
HSL18º31.25%31.37%-
HSV(B)18º47.62%41.18%-
XYZ8.717.664.63-
YUV78.76114.6146.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 70 (27.73% from 255) = 30.43%
BLUE value IS 55 (21.88% from 255) = 23.91%
R=45.65%
G=30.43%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705500.330.480.591831.2531.37
Hex694637021303B121f1f
Octal151106670416073223737
Binary110100110001101101110100001110000111011100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694637; }

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

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

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

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

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

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

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

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