#694C35

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

Shades of Jambalaya #694C35

Tints of Jambalaya #694C35

Color information

#694C35 (or 0x694C35) is unknown color: approx Jambalaya. HEX triplet: 69, 4C and 35. RGB value is (105,76,53). Sum of RGB (Red+Green+Blue) = 105+76+53=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #694C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694C35 is #96B3CA. Grayscale: #525252. Windows color (decimal): -9876427 or 3492969. OLE color: 3492969.

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

Color convert

RGB1057653-
CMYK00.280.500.59
HSL26.54º32.91%30.98%-
HSV(B)26.54º49.52%41.18%-
XYZ9.058.434.52-
YUV82.05111.61144.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 53 (21.09% from 255) = 22.65%
R=44.87%
G=32.48%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105765300.280.500.5926.5432.9130.98
Hex694C3501C323B1b211f
Octal151114650346273334137
Binary110100110011001101010111001100101110111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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