#643033

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

Shades of Jazz #643033

Tints of Jazz #643033

Color information

#643033 (or 0x643033) is unknown color: approx Jazz. HEX triplet: 64, 30 and 33. RGB value is (100,48,51). Sum of RGB (Red+Green+Blue) = 100+48+51=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #643033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643033 is #9BCFCC. Grayscale: #3F3F3F. Windows color (decimal): -10211277 or 3354724. OLE color: 3354724.

HSL color Cylindrical-coordinate representation of color #643033: hue angle of 356.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #643033 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB1004851-
CMYK00.520.490.61
HSL356.54º35.14%29.02%-
HSV(B)356.54º52%39.22%-
XYZ6.915.063.74-
YUV63.89120.73153.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 50.25%
GREEN value IS 48 (19.14% from 255) = 24.12%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=50.25%
G=24.12%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100485100.520.490.61356.5435.1429.02
Hex643033034313D165231d
Octal144606306461755454335
Binary1100100110000110011011010011000111110110110010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643033; }

 p { color: rgb(100,48,51); }

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

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

 a { background-color: rgb(100,48,51); }

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

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

 span { border-color: rgb(100,48,51); }

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