#663034

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

Shades of Jazz #663034

Tints of Jazz #663034

Color information

#663034 (or 0x663034) is unknown color: approx Jazz. HEX triplet: 66, 30 and 34. RGB value is (102,48,52). Sum of RGB (Red+Green+Blue) = 102+48+52=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #663034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663034 is #99CFCB. Grayscale: #404040. Windows color (decimal): -10080204 or 3420262. OLE color: 3420262.

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

Color convert

RGB1024852-
CMYK00.530.490.6
HSL355.56º36%29.41%-
HSV(B)355.56º52.94%40%-
XYZ7.165.193.87-
YUV64.6120.89154.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=50.50%
G=23.76%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102485200.530.490.6355.563629.41
Hex663034035313C164241d
Octal146606406561745444435
Binary1100110110000110100011010111000111110010110010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663034; }

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

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

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

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

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

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

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

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