#69482F

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

Shades of Jambalaya #69482F

Tints of Jambalaya #69482F

Color information

#69482F (or 0x69482F) is unknown color: approx Jambalaya. HEX triplet: 69, 48 and 2F. RGB value is (105,72,47). Sum of RGB (Red+Green+Blue) = 105+72+47=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #69482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69482F is #96B7D0. Grayscale: #4F4F4F. Windows color (decimal): -9877457 or 3098729. OLE color: 3098729.

HSL color Cylindrical-coordinate representation of color #69482F: hue angle of 25.86º 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 #69482F is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB1057247-
CMYK00.310.550.59
HSL25.86º38.16%29.8%-
HSV(B)25.86º55.24%41.18%-
XYZ8.667.843.75-
YUV79.02109.93146.53-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.88%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=46.88%
G=32.14%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105724700.310.550.5925.8638.1629.8
Hex69482F01F373B1a261e
Octal151110570376773324636
Binary110100110010001011110111111101111110111101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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