#69472F

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

Shades of Jambalaya #69472F

Tints of Jambalaya #69472F

Color information

#69472F (or 0x69472F) is unknown color: approx Jambalaya. HEX triplet: 69, 47 and 2F. RGB value is (105,71,47). Sum of RGB (Red+Green+Blue) = 105+71+47=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69472F is #96B8D0. Grayscale: #4E4E4E. Windows color (decimal): -9877713 or 3098473. OLE color: 3098473.

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

Color convert

RGB1057147-
CMYK00.320.550.59
HSL24.83º38.16%29.8%-
HSV(B)24.83º55.24%41.18%-
XYZ8.597.713.73-
YUV78.43110.26146.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=47.09%
G=31.84%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105714700.320.550.5924.8338.1629.8
Hex69472F020373B19261e
Octal151107570406773314636
Binary1101001100011110111101000001101111110111100110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69472F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69472F; }

 p { color: rgb(105,71,47); }

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

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

 a { background-color: rgb(105,71,47); }

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

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

 span { border-color: rgb(105,71,47); }

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