#694536

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

Shades of Jambalaya #694536

Tints of Jambalaya #694536

Color information

#694536 (or 0x694536) is unknown color: approx Jambalaya. HEX triplet: 69, 45 and 36. RGB value is (105,69,54). Sum of RGB (Red+Green+Blue) = 105+69+54=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 69 (27.34% from 255 or 30.26% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694536 is #96BAC9. Grayscale: #4E4E4E. Windows color (decimal): -9878218 or 3556713. OLE color: 3556713.

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

Color convert

RGB1056954-
CMYK00.340.490.59
HSL17.65º32.08%31.18%-
HSV(B)17.65º48.57%41.18%-
XYZ8.627.534.49-
YUV78.05114.43147.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 69 (27.34% from 255) = 30.26%
BLUE value IS 54 (21.48% from 255) = 23.68%
R=46.05%
G=30.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105695400.340.490.5917.6532.0831.18
Hex694536022313B12201f
Octal151105660426173224037
Binary1101001100010111011001000101100011110111001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694536; }

 p { color: rgb(105,69,54); }

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

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

 a { background-color: rgb(105,69,54); }

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

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

 span { border-color: rgb(105,69,54); }

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