#642E34

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

Shades of Jazz #642E34

Tints of Jazz #642E34

Color information

#642E34 (or 0x642E34) is unknown color: approx Jazz. HEX triplet: 64, 2E and 34. RGB value is (100,46,52). Sum of RGB (Red+Green+Blue) = 100+46+52=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #642E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642E34 is #9BD1CB. Grayscale: #3E3E3E. Windows color (decimal): -10211788 or 3419748. OLE color: 3419748.

HSL color Cylindrical-coordinate representation of color #642E34: hue angle of 353.33º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #642E34 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB1004652-
CMYK00.540.480.61
HSL353.33º36.99%28.63%-
HSV(B)353.33º54%39.22%-
XYZ6.854.913.84-
YUV62.83121.89154.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.51%
GREEN value IS 46 (18.36% from 255) = 23.23%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=50.51%
G=23.23%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100465200.540.480.61353.3336.9928.63
Hex642E34036303D161251d
Octal144566406660755414535
Binary1100100101110110100011011011000011110110110000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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