#663134

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

Shades of Jazz #663134

Tints of Jazz #663134

Color information

#663134 (or 0x663134) is unknown color: approx Jazz. HEX triplet: 66, 31 and 34. RGB value is (102,49,52). Sum of RGB (Red+Green+Blue) = 102+49+52=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663134 is #99CECB. Grayscale: #414141. Windows color (decimal): -10079948 or 3420518. OLE color: 3420518.

HSL color Cylindrical-coordinate representation of color #663134: hue angle of 356.6º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663134 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB1024952-
CMYK00.520.490.6
HSL356.6º35.1%29.61%-
HSV(B)356.6º51.96%40%-
XYZ7.25.273.89-
YUV65.19120.56154.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 52 (20.70% from 255) = 25.62%
R=50.25%
G=24.14%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102495200.520.490.6356.635.129.61
Hex663134034313C165231e
Octal146616406461745454336
Binary1100110110001110100011010011000111110010110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663134; }

 p { color: rgb(102,49,52); }

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

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

 a { background-color: rgb(102,49,52); }

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

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

 span { border-color: rgb(102,49,52); }

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