Html Css Color HEX #663434 Persian Plum

📋 copy color: '#663434'

red 102 ◦ green 52 ◦ blue 52

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

Shades of Persian Plum #663434

Tints of Persian Plum #663434

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 49.51%
G = 25.24%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#663434 (or 0x663434) is known color: Persian Plum. HEX triplet: 66, 34 and 34. RGB value is (102,52,52). Sum of RGB (Red+Green+Blue) = 102+52+52=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #663434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663434 is #99CBCB. Grayscale: #434343. Windows color (decimal): -10079180 or 3421286. OLE color: 3421286.

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

Color convert

RGB 102 52 52 -
CMYK 0 0.49 0.49 0.6
HSL 0.32% 0.3% -
HSV(B) 0.49% 0.4% -
XYZ 7.33 5.53 3.93 -
YUV 66.95 119.57 153 -
System Red Green Blue C M Y K H S L
Decimal 102 52 52 0 0.49 0.49 0.6 0 0.32 0.3
Hex 66 34 34 0 31 31 3C 0 20 1E
Octal 146 64 64 0 61 61 74 0 40 36
Binary 1100110 110100 110100 0 110001 110001 111100 0 100000 11110

Color Harmonies of #663434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663434

Black with #663434

Text Example


Text Example

White with #663434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663434; }

 p { color: rgb(102,52,52); }

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

background-color css

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

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

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

border-color css

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

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

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