#63343A

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

Shades of Jazz #63343A

Tints of Jazz #63343A

Color information

#63343A (or 0x63343A) is unknown color: approx Jazz. HEX triplet: 63, 34 and 3A. RGB value is (99,52,58). Sum of RGB (Red+Green+Blue) = 99+52+58=209 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.37% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 99 - color contains mainly: red. Hex color #63343A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63343A is #9CCBC5. Grayscale: #424242. Windows color (decimal): -10275782 or 3814499. OLE color: 3814499.

HSL color Cylindrical-coordinate representation of color #63343A: hue angle of 352.34º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63343A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB995258-
CMYK00.470.410.61
HSL352.34º31.13%29.61%-
HSV(B)352.34º47.47%38.82%-
XYZ7.145.414.67-
YUV66.74123.07151.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.37%
GREEN value IS 52 (20.70% from 255) = 24.88%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=47.37%
G=24.88%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99525800.470.410.61352.3431.1329.61
Hex63343A02F293D1601f1e
Octal143647205751755403736
Binary110001111010011101001011111010011111011011000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63343A; }

 p { color: rgb(99,52,58); }

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

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

 a { background-color: rgb(99,52,58); }

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

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

 span { border-color: rgb(99,52,58); }

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