#69483A

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

Shades of Jambalaya #69483A

Tints of Jambalaya #69483A

Color information

#69483A (or 0x69483A) is unknown color: approx Jambalaya. HEX triplet: 69, 48 and 3A. RGB value is (105,72,58). Sum of RGB (Red+Green+Blue) = 105+72+58=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69483A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69483A is #96B7C5. Grayscale: #505050. Windows color (decimal): -9877446 or 3819625. OLE color: 3819625.

HSL color Cylindrical-coordinate representation of color #69483A: hue angle of 17.87º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69483A is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1057258-
CMYK00.310.450.59
HSL17.87º28.83%31.96%-
HSV(B)17.87º44.76%41.18%-
XYZ8.917.945.07-
YUV80.27115.43145.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=44.68%
G=30.64%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105725800.310.450.5917.8728.8331.96
Hex69483A01F2D3B121d20
Octal151110720375573223540
Binary110100110010001110100111111011011110111001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69483A; }

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

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

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

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

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

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

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

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