#67493A

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

Shades of Jambalaya #67493A

Tints of Jambalaya #67493A

Color information

#67493A (or 0x67493A) is unknown color: approx Jambalaya. HEX triplet: 67, 49 and 3A. RGB value is (103,73,58). Sum of RGB (Red+Green+Blue) = 103+73+58=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #67493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67493A is #98B6C5. Grayscale: #505050. Windows color (decimal): -10008262 or 3819879. OLE color: 3819879.

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

Color convert

RGB1037358-
CMYK00.290.440.60
HSL20º27.95%31.57%-
HSV(B)20º43.69%40.39%-
XYZ8.747.955.08-
YUV80.26115.44144.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.02%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=44.02%
G=31.20%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103735800.290.440.602027.9531.57
Hex67493A01D2C3C141c20
Octal147111720355474243440
Binary110011110010011110100111011011001111001010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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