#663435

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

Shades of Jazz #663435

Tints of Jazz #663435

Color information

#663435 (or 0x663435) is unknown color: approx Jazz. HEX triplet: 66, 34 and 35. RGB value is (102,52,53). Sum of RGB (Red+Green+Blue) = 102+52+53=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663435 is #99CBCA. Grayscale: #434343. Windows color (decimal): -10079179 or 3486822. OLE color: 3486822.

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

Color convert

RGB1025253-
CMYK00.490.480.6
HSL358.8º32.47%30.2%-
HSV(B)358.8º49.02%40%-
XYZ7.355.544.05-
YUV67.06120.06152.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 53 (21.09% from 255) = 25.60%
R=49.28%
G=25.12%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102525300.490.480.6358.832.4730.2
Hex663435031303C167201e
Octal146646506160745474036
Binary1100110110100110101011000111000011110010110011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663435; }

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

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

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

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

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

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

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

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