#662D34

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

Shades of Jazz #662D34

Tints of Jazz #662D34

Color information

#662D34 (or 0x662D34) is unknown color: approx Jazz. HEX triplet: 66, 2D and 34. RGB value is (102,45,52). Sum of RGB (Red+Green+Blue) = 102+45+52=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #662D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D34 is #99D2CB. Grayscale: #3E3E3E. Windows color (decimal): -10080972 or 3419494. OLE color: 3419494.

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

Color convert

RGB1024552-
CMYK00.560.490.6
HSL352.63º38.78%28.82%-
HSV(B)352.63º55.88%40%-
XYZ7.044.953.83-
YUV62.84121.88155.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 52 (20.70% from 255) = 26.13%
R=51.26%
G=22.61%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102455200.560.490.6352.6338.7828.82
Hex662D34038313C161271d
Octal146556407061745414735
Binary1100110101101110100011100011000111110010110000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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