#643338

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

Shades of Jazz #643338

Tints of Jazz #643338

Color information

#643338 (or 0x643338) is unknown color: approx Jazz. HEX triplet: 64, 33 and 38. RGB value is (100,51,56). Sum of RGB (Red+Green+Blue) = 100+51+56=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 56 (22.27% from 255 or 27.05% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #643338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643338 is #9BCCC7. Grayscale: #424242. Windows color (decimal): -10210504 or 3683172. OLE color: 3683172.

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

Color convert

RGB1005156-
CMYK00.490.440.61
HSL353.88º32.45%29.61%-
HSV(B)353.88º49%39.22%-
XYZ7.155.364.4-
YUV66.22122.23152.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 56 (22.27% from 255) = 27.05%
R=48.31%
G=24.64%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100515600.490.440.61353.8832.4529.61
Hex6433380312C3D162201e
Octal144637006154755424036
Binary1100100110011111000011000110110011110110110001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643338; }

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

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

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

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

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

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

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

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