Html Css Color HEX #663534 Persian Plum

📋 copy color: '#663534'

red 102 ◦ green 53 ◦ blue 52

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

Shades of Persian Plum #663534

Tints of Persian Plum #663534

RGB

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

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

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

R = 49.28%
G = 25.6%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#663534 (or 0x663534) is known color: Persian Plum. HEX triplet: 66, 35 and 34. RGB value is (102,53,52). Sum of RGB (Red+Green+Blue) = 102+53+52=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 53 (21.09% from 255 or 25.60% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663534 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663534 is #99CACB. Grayscale: #434343. Windows color (decimal): -10078924 or 3421542. OLE color: 3421542.

HSL color Cylindrical-coordinate representation of color #663534: hue angle of 1.2º 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 #663534 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 52 -
CMYK 0 0.48 0.49 0.6
HSL 1.2º 0.32% 0.3% -
HSV(B) 1.2º 0.49% 0.4% -
XYZ 7.37 5.62 3.94 -
YUV 67.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 102 53 52 0 0.48 0.49 0.6 1.2 0.32 0.3
Hex 66 35 34 0 30 31 3C 1 20 1E
Octal 146 65 64 0 60 61 74 1 40 36
Binary 1100110 110101 110100 0 110000 110001 111100 1 100000 11110

Color Harmonies of #663534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663534

Black with #663534

Text Example


Text Example

White with #663534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663534; }

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

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

background-color css

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

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

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

border-color css

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

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

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