#69463A

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

Shades of Jambalaya #69463A

Tints of Jambalaya #69463A

Color information

#69463A (or 0x69463A) is unknown color: approx Jambalaya. HEX triplet: 69, 46 and 3A. RGB value is (105,70,58). Sum of RGB (Red+Green+Blue) = 105+70+58=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69463A is #96B9C5. Grayscale: #4F4F4F. Windows color (decimal): -9877958 or 3819113. OLE color: 3819113.

HSL color Cylindrical-coordinate representation of color #69463A: hue angle of 15.32º 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 #69463A is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB1057058-
CMYK00.330.450.59
HSL15.32º28.83%31.96%-
HSV(B)15.32º44.76%41.18%-
XYZ8.787.695.02-
YUV79.1116.1146.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 58 (23.05% from 255) = 24.89%
R=45.06%
G=30.04%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105705800.330.450.5915.3228.8331.96
Hex69463A0212D3Bf1d20
Octal151106720415573173540
Binary110100110001101110100100001101101111011111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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