#68493A

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

Shades of Jambalaya #68493A

Tints of Jambalaya #68493A

Color information

#68493A (or 0x68493A) is unknown color: approx Jambalaya. HEX triplet: 68, 49 and 3A. RGB value is (104,73,58). Sum of RGB (Red+Green+Blue) = 104+73+58=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68493A is #97B6C5. Grayscale: #505050. Windows color (decimal): -9942726 or 3819880. OLE color: 3819880.

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

Color convert

RGB1047358-
CMYK00.300.440.59
HSL19.57º28.4%31.76%-
HSV(B)19.57º44.23%40.78%-
XYZ8.868.015.08-
YUV80.56115.27144.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.26%
GREEN value IS 73 (28.91% from 255) = 31.06%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=44.26%
G=31.06%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104735800.300.440.5919.5728.431.76
Hex68493A01E2C3B141c20
Octal150111720365473243440
Binary110100010010011110100111101011001110111010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,73,58); }

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

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

 a { background-color: rgb(104,73,58); }

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

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

 span { border-color: rgb(104,73,58); }

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