#662E34

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

Shades of Jazz #662E34

Tints of Jazz #662E34

Color information

#662E34 (or 0x662E34) is unknown color: approx Jazz. HEX triplet: 66, 2E and 34. RGB value is (102,46,52). Sum of RGB (Red+Green+Blue) = 102+46+52=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #662E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662E34 is #99D1CB. Grayscale: #3F3F3F. Windows color (decimal): -10080716 or 3419750. OLE color: 3419750.

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

Color convert

RGB1024652-
CMYK00.550.490.6
HSL353.57º37.84%29.02%-
HSV(B)353.57º54.9%40%-
XYZ7.085.033.85-
YUV63.43121.55155.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 52 (20.70% from 255) = 26%
R=51%
G=23%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102465200.550.490.6353.5737.8429.02
Hex662E34037313C162261d
Octal146566406761745424635
Binary1100110101110110100011011111000111110010110001010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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