Html Css Color HEX #663230 Persian Plum

📋 copy color: '#663230'

red 102 ◦ green 50 ◦ blue 48

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

Shades of Persian Plum #663230

Tints of Persian Plum #663230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 48 (19.14% from 255) = 24%

R = 51%
G = 25%
B = 24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.6

RGB Variations

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

Color information

#663230 (or 0x663230) is known color: Persian Plum. HEX triplet: 66, 32 and 30. RGB value is (102,50,48). Sum of RGB (Red+Green+Blue) = 102+50+48=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 48 (19.14% from 255 or 24% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #663230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663230 is #99CDCF. Grayscale: #414141. Windows color (decimal): -10079696 or 3158630. OLE color: 3158630.

HSL color Cylindrical-coordinate representation of color #663230: hue angle of 2.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #663230 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 48 -
CMYK 0 0.51 0.53 0.6
HSL 2.22º 0.36% 0.29% -
HSV(B) 2.22º 0.53% 0.4% -
XYZ 7.15 5.32 3.45 -
YUV 65.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 102 50 48 0 0.51 0.53 0.6 2.22 0.36 0.29
Hex 66 32 30 0 33 35 3C 2 24 1D
Octal 146 62 60 0 63 65 74 2 44 35
Binary 1100110 110010 110000 0 110011 110101 111100 10 100100 11101

Color Harmonies of #663230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663230

Black with #663230

Text Example


Text Example

White with #663230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663230; }

 p { color: rgb(102,50,48); }

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

background-color css

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

 a { background-color: rgb(102,50,48); }

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

border-color css

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

 span { border-color: rgb(102,50,48); }

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