Html Css Color HEX #663533 Persian Plum

📋 copy color: '#663533'

red 102 ◦ green 53 ◦ blue 51

#663533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #663533

Tints of Persian Plum #663533

RGB

 RED value IS 102 (40.23% from 255) = 49.51%

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 49.51%
G = 25.73%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#663533 (or 0x663533) is known color: Persian Plum. HEX triplet: 66, 35 and 33. RGB value is (102,53,51). Sum of RGB (Red+Green+Blue) = 102+53+51=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663533 is #99CACC. Grayscale: #434343. Windows color (decimal): -10078925 or 3356006. OLE color: 3356006.

HSL color Cylindrical-coordinate representation of color #663533: hue angle of 2.35º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663533 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 51 -
CMYK 0 0.48 0.5 0.6
HSL 2.35º 0.33% 0.3% -
HSV(B) 2.35º 0.5% 0.4% -
XYZ 7.35 5.61 3.83 -
YUV 67.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 102 53 51 0 0.48 0.5 0.6 2.35 0.33 0.3
Hex 66 35 33 0 30 32 3C 2 21 1E
Octal 146 65 63 0 60 62 74 2 41 36
Binary 1100110 110101 110011 0 110000 110010 111100 10 100001 11110

Color Harmonies of #663533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663533

Black with #663533

Text Example


Text Example

White with #663533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663533; }

 p { color: rgb(102,53,51); }

 H1.HeaderClassName
 {
   color: #663533;
 }
 .AnyTagClassName
 {
   color: #663533;
 }
</style>

background-color css

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

 a { background-color: rgb(102,53,51); }

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

border-color css

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

 span { border-color: rgb(102,53,51); }

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