Html Css Color HEX #663631 Persian Plum

📋 copy color: '#663631'

red 102 ◦ green 54 ◦ blue 49

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

Shades of Persian Plum #663631

Tints of Persian Plum #663631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.34%

 BLUE value IS 49 (19.53% from 255) = 23.9%

R = 49.76%
G = 26.34%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#663631 (or 0x663631) is known color: Persian Plum. HEX triplet: 66, 36 and 31. RGB value is (102,54,49). Sum of RGB (Red+Green+Blue) = 102+54+49=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #663631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663631 is #99C9CE. Grayscale: #434343. Windows color (decimal): -10078671 or 3225190. OLE color: 3225190.

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

Color convert

RGB 102 54 49 -
CMYK 0 0.47 0.52 0.6
HSL 5.66º 0.35% 0.3% -
HSV(B) 5.66º 0.52% 0.4% -
XYZ 7.35 5.68 3.62 -
YUV 67.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 102 54 49 0 0.47 0.52 0.6 5.66 0.35 0.3
Hex 66 36 31 0 2F 34 3C 6 23 1E
Octal 146 66 61 0 57 64 74 6 43 36
Binary 1100110 110110 110001 0 101111 110100 111100 110 100011 11110

Color Harmonies of #663631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663631

Black with #663631

Text Example


Text Example

White with #663631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663631; }

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

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

background-color css

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

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

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

border-color css

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

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

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