#633234

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

Shades of Jazz #633234

Tints of Jazz #633234

Color information

#633234 (or 0x633234) is unknown color: approx Jazz. HEX triplet: 63, 32 and 34. RGB value is (99,50,52). Sum of RGB (Red+Green+Blue) = 99+50+52=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #633234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633234 is #9CCDCB. Grayscale: #404040. Windows color (decimal): -10276300 or 3420771. OLE color: 3420771.

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

Color convert

RGB995052-
CMYK00.490.470.61
HSL357.55º32.89%29.22%-
HSV(B)357.55º49.49%38.82%-
XYZ6.915.183.89-
YUV64.88120.73152.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 52 (20.70% from 255) = 25.87%
R=49.25%
G=24.88%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99505200.490.470.61357.5532.8929.22
Hex6332340312F3D166211d
Octal143626406157755464135
Binary1100011110010110100011000110111111110110110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633234; }

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

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

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

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

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

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

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

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