#694735

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

Shades of Jambalaya #694735

Tints of Jambalaya #694735

Color information

#694735 (or 0x694735) is unknown color: approx Jambalaya. HEX triplet: 69, 47 and 35. RGB value is (105,71,53). Sum of RGB (Red+Green+Blue) = 105+71+53=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #694735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694735 is #96B8CA. Grayscale: #4F4F4F. Windows color (decimal): -9877707 or 3491689. OLE color: 3491689.

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

Color convert

RGB1057153-
CMYK00.320.500.59
HSL20.77º32.91%30.98%-
HSV(B)20.77º49.52%41.18%-
XYZ8.727.774.41-
YUV79.11113.26146.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 71 (28.12% from 255) = 31.00%
BLUE value IS 53 (21.09% from 255) = 23.14%
R=45.85%
G=31.00%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105715300.320.500.5920.7732.9130.98
Hex694735020323B15211f
Octal151107650406273254137
Binary1101001100011111010101000001100101110111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694735; }

 p { color: rgb(105,71,53); }

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

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

 a { background-color: rgb(105,71,53); }

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

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

 span { border-color: rgb(105,71,53); }

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