#663035

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

Shades of Jazz #663035

Tints of Jazz #663035

Color information

#663035 (or 0x663035) is unknown color: approx Jazz. HEX triplet: 66, 30 and 35. RGB value is (102,48,53). Sum of RGB (Red+Green+Blue) = 102+48+53=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #663035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663035 is #99CFCA. Grayscale: #404040. Windows color (decimal): -10080203 or 3485798. OLE color: 3485798.

HSL color Cylindrical-coordinate representation of color #663035: hue angle of 354.44º 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 #663035 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB1024853-
CMYK00.530.480.6
HSL354.44º36%29.41%-
HSV(B)354.44º52.94%40%-
XYZ7.185.23.99-
YUV64.72121.39154.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 53 (21.09% from 255) = 26.11%
R=50.25%
G=23.65%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102485300.530.480.6354.443629.41
Hex663035035303C162241d
Octal146606506560745424435
Binary1100110110000110101011010111000011110010110001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663035; }

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

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

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

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

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

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

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

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