#694A38

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

Shades of Jambalaya #694A38

Tints of Jambalaya #694A38

Color information

#694A38 (or 0x694A38) is unknown color: approx Jambalaya. HEX triplet: 69, 4A and 38. RGB value is (105,74,56). Sum of RGB (Red+Green+Blue) = 105+74+56=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694A38 is #96B5C7. Grayscale: #515151. Windows color (decimal): -9876936 or 3689065. OLE color: 3689065.

HSL color Cylindrical-coordinate representation of color #694A38: hue angle of 22.04º 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 #694A38 is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1057456-
CMYK00.300.470.59
HSL22.04º30.43%31.57%-
HSV(B)22.04º46.67%41.18%-
XYZ8.998.194.85-
YUV81.22113.77144.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=44.68%
G=31.49%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105745600.300.470.5922.0430.4331.57
Hex694A3801E2F3B161e20
Octal151112700365773263640
Binary110100110010101110000111101011111110111011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694A38; }

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

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

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

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

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

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

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

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