#633534

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

Shades of Persian Plum #633534

Tints of Persian Plum #633534

Color information

#633534 (or 0x633534) is unknown color: approx Persian Plum. HEX triplet: 63, 35 and 34. RGB value is (99,53,52). Sum of RGB (Red+Green+Blue) = 99+53+52=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 52 (20.70% from 255 or 25.49% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633534 is #9CCACB. Grayscale: #424242. Windows color (decimal): -10275532 or 3421539. OLE color: 3421539.

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

Color convert

RGB995352-
CMYK00.460.470.61
HSL1.28º31.13%29.61%-
HSV(B)1.28º47.47%38.82%-
XYZ7.045.453.93-
YUV66.64119.74151.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 52 (20.70% from 255) = 25.49%
R=48.53%
G=25.98%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99535200.460.470.611.2831.1329.61
Hex63353402E2F3D11f1e
Octal1436564056577513736
Binary1100011110101110100010111010111111110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633534; }

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

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

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

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

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

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

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

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