#694D34

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

Shades of Jambalaya #694D34

Tints of Jambalaya #694D34

Color information

#694D34 (or 0x694D34) is unknown color: approx Jambalaya. HEX triplet: 69, 4D and 34. RGB value is (105,77,52). Sum of RGB (Red+Green+Blue) = 105+77+52=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 52 (20.70% from 255 or 22.22% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D34 is #96B2CB. Grayscale: #525252. Windows color (decimal): -9876172 or 3427689. OLE color: 3427689.

HSL color Cylindrical-coordinate representation of color #694D34: hue angle of 28.3º degrees, saturation: 0.34, 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 #694D34 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1057752-
CMYK00.270.500.59
HSL28.3º33.76%30.78%-
HSV(B)28.3º50.48%41.18%-
XYZ9.18.564.42-
YUV82.52110.78144.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 77 (30.47% from 255) = 32.91%
BLUE value IS 52 (20.70% from 255) = 22.22%
R=44.87%
G=32.91%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105775200.270.500.5928.333.7630.78
Hex694D3401B323B1c221f
Octal151115640336273344237
Binary110100110011011101000110111100101110111110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,77,52); }

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

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

 a { background-color: rgb(105,77,52); }

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

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

 span { border-color: rgb(105,77,52); }

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