#694437

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

Shades of Jambalaya #694437

Tints of Jambalaya #694437

Color information

#694437 (or 0x694437) is unknown color: approx Jambalaya. HEX triplet: 69, 44 and 37. RGB value is (105,68,55). Sum of RGB (Red+Green+Blue) = 105+68+55=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 55 (21.88% from 255 or 24.12% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694437 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694437 is #96BBC8. Grayscale: #4D4D4D. Windows color (decimal): -9878473 or 3621993. OLE color: 3621993.

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

Color convert

RGB1056855-
CMYK00.350.480.59
HSL15.6º31.25%31.37%-
HSV(B)15.6º47.62%41.18%-
XYZ8.587.414.59-
YUV77.58115.26147.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 68 (26.95% from 255) = 29.82%
BLUE value IS 55 (21.88% from 255) = 24.12%
R=46.05%
G=29.82%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105685500.350.480.5915.631.2531.37
Hex694437023303B101f1f
Octal151104670436073203737
Binary110100110001001101110100011110000111011100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694437; }

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

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

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

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

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

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

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

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