#633631

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

Shades of Persian Plum #633631

Tints of Persian Plum #633631

Color information

#633631 (or 0x633631) is unknown color: approx Persian Plum. HEX triplet: 63, 36 and 31. RGB value is (99,54,49). Sum of RGB (Red+Green+Blue) = 99+54+49=202 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.01% from 202); Green value is 54 (21.48% from 255 or 26.73% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 99 - color contains mainly: red. Hex color #633631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633631 is #9CC9CE. Grayscale: #424242. Windows color (decimal): -10275279 or 3225187. OLE color: 3225187.

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

Color convert

RGB995449-
CMYK00.450.510.61
HSL33.78%29.02%-
HSV(B)50.51%38.82%-
XYZ7.025.513.6-
YUV66.88117.91150.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.01%
GREEN value IS 54 (21.48% from 255) = 26.73%
BLUE value IS 49 (19.53% from 255) = 24.26%
R=49.01%
G=26.73%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99544900.450.510.61633.7829.02
Hex63363102D333D6221d
Octal1436661055637564235
Binary1100011110110110001010110111001111110111010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633631; }

 p { color: rgb(99,54,49); }

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

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

 a { background-color: rgb(99,54,49); }

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

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

 span { border-color: rgb(99,54,49); }

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