#662C33

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

Shades of Jazz #662C33

Tints of Jazz #662C33

Color information

#662C33 (or 0x662C33) is unknown color: approx Jazz. HEX triplet: 66, 2C and 33. RGB value is (102,44,51). Sum of RGB (Red+Green+Blue) = 102+44+51=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #662C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C33 is #99D3CC. Grayscale: #3E3E3E. Windows color (decimal): -10081229 or 3353702. OLE color: 3353702.

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

Color convert

RGB1024451-
CMYK00.570.50.6
HSL352.76º39.73%28.63%-
HSV(B)352.76º56.86%40%-
XYZ6.984.873.7-
YUV62.14121.72156.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 51 (20.31% from 255) = 25.89%
R=51.78%
G=22.34%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102445100.570.50.6352.7639.7328.63
Hex662C33039323C161281d
Octal146546307162745415035
Binary1100110101100110011011100111001011110010110000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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