#68463A

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

Shades of Jambalaya #68463A

Tints of Jambalaya #68463A

Color information

#68463A (or 0x68463A) is unknown color: approx Jambalaya. HEX triplet: 68, 46 and 3A. RGB value is (104,70,58). Sum of RGB (Red+Green+Blue) = 104+70+58=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68463A is #97B9C5. Grayscale: #4E4E4E. Windows color (decimal): -9943494 or 3819112. OLE color: 3819112.

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

Color convert

RGB1047058-
CMYK00.330.440.59
HSL15.65º28.4%31.76%-
HSV(B)15.65º44.23%40.78%-
XYZ8.667.635.02-
YUV78.8116.26145.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 58 (23.05% from 255) = 25%
R=44.83%
G=30.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104705800.330.440.5915.6528.431.76
Hex68463A0212C3B101c20
Octal150106720415473203440
Binary1101000100011011101001000011011001110111000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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