#662C35

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

Shades of Jazz #662C35

Tints of Jazz #662C35

Color information

#662C35 (or 0x662C35) is unknown color: approx Jazz. HEX triplet: 66, 2C and 35. RGB value is (102,44,53). Sum of RGB (Red+Green+Blue) = 102+44+53=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #662C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C35 is #99D3CA. Grayscale: #3E3E3E. Windows color (decimal): -10081227 or 3484774. OLE color: 3484774.

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

Color convert

RGB1024453-
CMYK00.570.480.6
HSL350.69º39.73%28.63%-
HSV(B)350.69º56.86%40%-
XYZ7.024.883.94-
YUV62.37122.72156.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=51.26%
G=22.11%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102445300.570.480.6350.6939.7328.63
Hex662C35039303C15f281d
Octal146546507160745375035
Binary1100110101100110101011100111000011110010101111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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