#662D33

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

Shades of Jazz #662D33

Tints of Jazz #662D33

Color information

#662D33 (or 0x662D33) is unknown color: approx Jazz. HEX triplet: 66, 2D and 33. RGB value is (102,45,51). Sum of RGB (Red+Green+Blue) = 102+45+51=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #662D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D33 is #99D2CC. Grayscale: #3E3E3E. Windows color (decimal): -10080973 or 3353958. OLE color: 3353958.

HSL color Cylindrical-coordinate representation of color #662D33: hue angle of 353.68º 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 #662D33 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB1024551-
CMYK00.560.50.6
HSL353.68º38.78%28.82%-
HSV(B)353.68º55.88%40%-
XYZ7.024.943.72-
YUV62.73121.38156.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=51.52%
G=22.73%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102455100.560.50.6353.6838.7828.82
Hex662D33038323C162271d
Octal146556307062745424735
Binary1100110101101110011011100011001011110010110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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