Html Css Color HEX #663734 Persian Plum

📋 copy color: '#663734'

red 102 ◦ green 55 ◦ blue 52

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

Shades of Persian Plum #663734

Tints of Persian Plum #663734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

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

R = 48.8%
G = 26.32%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#663734 (or 0x663734) is known color: Persian Plum. HEX triplet: 66, 37 and 34. RGB value is (102,55,52). Sum of RGB (Red+Green+Blue) = 102+55+52=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 52 (20.70% from 255 or 24.88% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663734 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663734 is #99C8CB. Grayscale: #444444. Windows color (decimal): -10078412 or 3422054. OLE color: 3422054.

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

Color convert

RGB 102 55 52 -
CMYK 0 0.46 0.49 0.6
HSL 3.6º 0.32% 0.3% -
HSV(B) 3.6º 0.49% 0.4% -
XYZ 7.47 5.81 3.98 -
YUV 68.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 102 55 52 0 0.46 0.49 0.6 3.6 0.32 0.3
Hex 66 37 34 0 2E 31 3C 4 20 1E
Octal 146 67 64 0 56 61 74 4 40 36
Binary 1100110 110111 110100 0 101110 110001 111100 100 100000 11110

Color Harmonies of #663734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663734

Black with #663734

Text Example


Text Example

White with #663734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663734; }

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

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

background-color css

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

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

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

border-color css

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

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

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