#694635

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

Shades of Jambalaya #694635

Tints of Jambalaya #694635

Color information

#694635 (or 0x694635) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 35. RGB value is (105,70,53). Sum of RGB (Red+Green+Blue) = 105+70+53=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694635 is #96B9CA. Grayscale: #4E4E4E. Windows color (decimal): -9877963 or 3491433. OLE color: 3491433.

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

Color convert

RGB1057053-
CMYK00.330.500.59
HSL19.62º32.91%30.98%-
HSV(B)19.62º49.52%41.18%-
XYZ8.667.644.39-
YUV78.53113.6146.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.05%
GREEN value IS 70 (27.73% from 255) = 30.70%
BLUE value IS 53 (21.09% from 255) = 23.25%
R=46.05%
G=30.70%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705300.330.500.5919.6232.9130.98
Hex694635021323B14211f
Octal151106650416273244137
Binary1101001100011011010101000011100101110111010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694635; }

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

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

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

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

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

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

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

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