#694638

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

Shades of Jambalaya #694638

Tints of Jambalaya #694638

Color information

#694638 (or 0x694638) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 38. RGB value is (105,70,56). Sum of RGB (Red+Green+Blue) = 105+70+56=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #694638 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694638 is #96B9C7. Grayscale: #4E4E4E. Windows color (decimal): -9877960 or 3688041. OLE color: 3688041.

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

Color convert

RGB1057056-
CMYK00.330.470.59
HSL17.14º30.43%31.57%-
HSV(B)17.14º46.67%41.18%-
XYZ8.737.674.76-
YUV78.87115.1146.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 70 (27.73% from 255) = 30.30%
BLUE value IS 56 (22.27% from 255) = 24.24%
R=45.45%
G=30.30%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705600.330.470.5917.1430.4331.57
Hex6946380212F3B111e20
Octal151106700415773213640
Binary1101001100011011100001000011011111110111000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694638; }

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

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

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

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

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

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

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

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