#652E33

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

Shades of Jazz #652E33

Tints of Jazz #652E33

Color information

#652E33 (or 0x652E33) is unknown color: approx Jazz. HEX triplet: 65, 2E and 33. RGB value is (101,46,51). Sum of RGB (Red+Green+Blue) = 101+46+51=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #652E33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652E33 is #9AD1CC. Grayscale: #3F3F3F. Windows color (decimal): -10146253 or 3354213. OLE color: 3354213.

HSL color Cylindrical-coordinate representation of color #652E33: hue angle of 354.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #652E33 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB1014651-
CMYK00.540.500.60
HSL354.55º37.41%28.82%-
HSV(B)354.55º54.46%39.61%-
XYZ6.944.963.72-
YUV63.01121.22155.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.01%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 51 (20.31% from 255) = 25.76%
R=51.01%
G=23.23%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101465100.540.500.60354.5537.4128.82
Hex652E33036323C163251d
Octal145566306662745434535
Binary1100101101110110011011011011001011110010110001110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652E33; }

 p { color: rgb(101,46,51); }

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

<style>
 a { background-color: #652E33; }

 a { background-color: rgb(101,46,51); }

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

<style>
 span { border-color: #652E33; }

 span { border-color: rgb(101,46,51); }

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