#662E36

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

Shades of Jazz #662E36

Tints of Jazz #662E36

Color information

#662E36 (or 0x662E36) is unknown color: approx Jazz. HEX triplet: 66, 2E and 36. RGB value is (102,46,54). Sum of RGB (Red+Green+Blue) = 102+46+54=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #662E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E36 is #99D1C9. Grayscale: #3F3F3F. Windows color (decimal): -10080714 or 3550822. OLE color: 3550822.

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

Color convert

RGB1024654-
CMYK00.550.470.6
HSL351.43º37.84%29.02%-
HSV(B)351.43º54.9%40%-
XYZ7.125.054.09-
YUV63.66122.55155.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 46 (18.36% from 255) = 22.77%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=50.50%
G=22.77%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102465400.550.470.6351.4337.8429.02
Hex662E360372F3C15f261d
Octal146566606757745374635
Binary1100110101110110110011011110111111110010101111110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,46,54); }

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

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

 a { background-color: rgb(102,46,54); }

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

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

 span { border-color: rgb(102,46,54); }

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