#694636

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

Shades of Jambalaya #694636

Tints of Jambalaya #694636

Color information

#694636 (or 0x694636) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 36. RGB value is (105,70,54). Sum of RGB (Red+Green+Blue) = 105+70+54=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694636 is #96B9C9. Grayscale: #4E4E4E. Windows color (decimal): -9877962 or 3556969. OLE color: 3556969.

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

Color convert

RGB1057054-
CMYK00.330.490.59
HSL18.82º32.08%31.18%-
HSV(B)18.82º48.57%41.18%-
XYZ8.687.654.51-
YUV78.64114.1146.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 70 (27.73% from 255) = 30.57%
BLUE value IS 54 (21.48% from 255) = 23.58%
R=45.85%
G=30.57%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705400.330.490.5918.8232.0831.18
Hex694636021313B13201f
Octal151106660416173234037
Binary1101001100011011011001000011100011110111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694636; }

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

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

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

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

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

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

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

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