#633233

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

Shades of Jazz #633233

Tints of Jazz #633233

Color information

#633233 (or 0x633233) is unknown color: approx Jazz. HEX triplet: 63, 32 and 33. RGB value is (99,50,51). Sum of RGB (Red+Green+Blue) = 99+50+51=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633233 is #9CCDCC. Grayscale: #404040. Windows color (decimal): -10276301 or 3355235. OLE color: 3355235.

HSL color Cylindrical-coordinate representation of color #633233: hue angle of 358.78º 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 #633233 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB995051-
CMYK00.490.480.61
HSL358.78º32.89%29.22%-
HSV(B)358.78º49.49%38.82%-
XYZ6.885.173.77-
YUV64.76120.23152.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=49.5%
G=25%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99505100.490.480.61358.7832.8929.22
Hex633233031303D167211d
Octal143626306160755474135
Binary1100011110010110011011000111000011110110110011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633233; }

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

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

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

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

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

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

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

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