#694631

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

Shades of Jambalaya #694631

Tints of Jambalaya #694631

Color information

#694631 (or 0x694631) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 31. RGB value is (105,70,49). Sum of RGB (Red+Green+Blue) = 105+70+49=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694631 is #96B9CE. Grayscale: #4E4E4E. Windows color (decimal): -9877967 or 3229289. OLE color: 3229289.

HSL color Cylindrical-coordinate representation of color #694631: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694631 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB1057049-
CMYK00.330.530.59
HSL22.5º36.36%30.2%-
HSV(B)22.5º53.33%41.18%-
XYZ8.577.613.92-
YUV78.07111.6147.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 49 (19.53% from 255) = 21.88%
R=46.88%
G=31.25%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105704900.330.530.5922.536.3630.2
Hex694631021353B17241e
Octal151106610416573274436
Binary1101001100011011000101000011101011110111011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694631; }

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

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

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

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

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

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

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

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