#633235

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

Shades of Jazz #633235

Tints of Jazz #633235

Color information

#633235 (or 0x633235) is unknown color: approx Jazz. HEX triplet: 63, 32 and 35. RGB value is (99,50,53). Sum of RGB (Red+Green+Blue) = 99+50+53=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633235 is #9CCDCA. Grayscale: #414141. Windows color (decimal): -10276299 or 3486307. OLE color: 3486307.

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

Color convert

RGB995053-
CMYK00.490.460.61
HSL356.33º32.89%29.22%-
HSV(B)356.33º49.49%38.82%-
XYZ6.935.194-
YUV64.99121.23152.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 53 (21.09% from 255) = 26.24%
R=49.01%
G=24.75%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99505300.490.460.61356.3332.8929.22
Hex6332350312E3D164211d
Octal143626506156755444135
Binary1100011110010110101011000110111011110110110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633235; }

 p { color: rgb(99,50,53); }

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

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

 a { background-color: rgb(99,50,53); }

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

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

 span { border-color: rgb(99,50,53); }

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