#643438

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

Shades of Jazz #643438

Tints of Jazz #643438

Color information

#643438 (or 0x643438) is unknown color: approx Jazz. HEX triplet: 64, 34 and 38. RGB value is (100,52,56). Sum of RGB (Red+Green+Blue) = 100+52+56=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643438 is #9BCBC7. Grayscale: #424242. Windows color (decimal): -10210248 or 3683428. OLE color: 3683428.

HSL color Cylindrical-coordinate representation of color #643438: hue angle of 355º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643438 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB1005256-
CMYK00.480.440.61
HSL355º31.58%29.8%-
HSV(B)355º48%39.22%-
XYZ7.25.454.41-
YUV66.81121.9151.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 26.92%
R=48.08%
G=25%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100525600.480.440.6135531.5829.8
Hex6434380302C3D163201e
Octal144647006054755434036
Binary1100100110100111000011000010110011110110110001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643438; }

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

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

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

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

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

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

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

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