#694534

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

Shades of Jambalaya #694534

Tints of Jambalaya #694534

Color information

#694534 (or 0x694534) is unknown color: approx Jambalaya. HEX triplet: 69, 45 and 34. RGB value is (105,69,52). Sum of RGB (Red+Green+Blue) = 105+69+52=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 69 (27.34% from 255 or 30.53% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694534 is #96BACB. Grayscale: #4D4D4D. Windows color (decimal): -9878220 or 3425641. OLE color: 3425641.

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

Color convert

RGB1056952-
CMYK00.340.500.59
HSL19.25º33.76%30.78%-
HSV(B)19.25º50.48%41.18%-
XYZ8.577.514.25-
YUV77.83113.43147.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 69 (27.34% from 255) = 30.53%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=46.46%
G=30.53%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105695200.340.500.5919.2533.7630.78
Hex694534022323B13221f
Octal151105640426273234237
Binary1101001100010111010001000101100101110111001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694534; }

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

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

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

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

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

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

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

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