#662D35

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

Shades of Jazz #662D35

Tints of Jazz #662D35

Color information

#662D35 (or 0x662D35) is unknown color: approx Jazz. HEX triplet: 66, 2D and 35. RGB value is (102,45,53). Sum of RGB (Red+Green+Blue) = 102+45+53=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D35 is #99D2CA. Grayscale: #3E3E3E. Windows color (decimal): -10080971 or 3485030. OLE color: 3485030.

HSL color Cylindrical-coordinate representation of color #662D35: hue angle of 351.58º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D35 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.6.

Color convert

RGB1024553-
CMYK00.560.480.6
HSL351.58º38.78%28.82%-
HSV(B)351.58º55.88%40%-
XYZ7.064.963.95-
YUV62.96122.38155.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 53 (21.09% from 255) = 26.5%
R=51%
G=22.5%
B=26.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102455300.560.480.6351.5838.7828.82
Hex662D35038303C160271d
Octal146556507060745404735
Binary1100110101101110101011100011000011110010110000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662D35; }

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

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

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

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

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

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

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

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