#694C37

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

Shades of Jambalaya #694C37

Tints of Jambalaya #694C37

Color information

#694C37 (or 0x694C37) is unknown color: approx Jambalaya. HEX triplet: 69, 4C and 37. RGB value is (105,76,55). Sum of RGB (Red+Green+Blue) = 105+76+55=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C37 is #96B3C8. Grayscale: #525252. Windows color (decimal): -9876425 or 3624041. OLE color: 3624041.

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

Color convert

RGB1057655-
CMYK00.280.480.59
HSL25.2º31.25%31.37%-
HSV(B)25.2º47.62%41.18%-
XYZ9.18.454.77-
YUV82.28112.61144.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.49%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=44.49%
G=32.20%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105765500.280.480.5925.231.2531.37
Hex694C3701C303B191f1f
Octal151114670346073313737
Binary11010011001100110111011100110000111011110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694C37; }

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

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

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

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

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

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

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

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