#694737

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

Shades of Jambalaya #694737

Tints of Jambalaya #694737

Color information

#694737 (or 0x694737) is unknown color: approx Jambalaya. HEX triplet: 69, 47 and 37. RGB value is (105,71,55). Sum of RGB (Red+Green+Blue) = 105+71+55=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694737 is #96B8C8. Grayscale: #4F4F4F. Windows color (decimal): -9877705 or 3622761. OLE color: 3622761.

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

Color convert

RGB1057155-
CMYK00.320.480.59
HSL19.2º31.25%31.37%-
HSV(B)19.2º47.62%41.18%-
XYZ8.777.794.66-
YUV79.34114.26146.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 71 (28.12% from 255) = 30.74%
BLUE value IS 55 (21.88% from 255) = 23.81%
R=45.45%
G=30.74%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105715500.320.480.5919.231.2531.37
Hex694737020303B131f1f
Octal151107670406073233737
Binary110100110001111101110100000110000111011100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694737; }

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

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

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

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

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

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

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

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