#694936

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

Shades of Jambalaya #694936

Tints of Jambalaya #694936

Color information

#694936 (or 0x694936) is unknown color: approx Jambalaya. HEX triplet: 69, 49 and 36. RGB value is (105,73,54). Sum of RGB (Red+Green+Blue) = 105+73+54=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694936 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694936 is #96B6C9. Grayscale: #505050. Windows color (decimal): -9877194 or 3557737. OLE color: 3557737.

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

Color convert

RGB1057354-
CMYK00.300.490.59
HSL22.35º32.08%31.18%-
HSV(B)22.35º48.57%41.18%-
XYZ8.878.034.57-
YUV80.4113.1145.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 73 (28.91% from 255) = 31.47%
BLUE value IS 54 (21.48% from 255) = 23.28%
R=45.26%
G=31.47%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105735400.300.490.5922.3532.0831.18
Hex69493601E313B16201f
Octal151111660366173264037
Binary110100110010011101100111101100011110111011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694936; }

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

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

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

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

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

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

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

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