Html Css Color HEX #663636 Persian Plum

📋 copy color: '#663636'

red 102 ◦ green 54 ◦ blue 54

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

Shades of Persian Plum #663636

Tints of Persian Plum #663636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.71%

R = 48.57%
G = 25.71%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.6

RGB Variations

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

Color information

#663636 (or 0x663636) is known color: Persian Plum. HEX triplet: 66, 36 and 36. RGB value is (102,54,54). Sum of RGB (Red+Green+Blue) = 102+54+54=210 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.57% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 102 - color contains mainly: red. Hex color #663636 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663636 is #99C9C9. Grayscale: #444444. Windows color (decimal): -10078666 or 3552870. OLE color: 3552870.

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

Color convert

RGB 102 54 54 -
CMYK 0 0.47 0.47 0.6
HSL 0.31% 0.31% -
HSV(B) 0.47% 0.4% -
XYZ 7.46 5.73 4.2 -
YUV 68.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 102 54 54 0 0.47 0.47 0.6 0 0.31 0.31
Hex 66 36 36 0 2F 2F 3C 0 1F 1F
Octal 146 66 66 0 57 57 74 0 37 37
Binary 1100110 110110 110110 0 101111 101111 111100 0 11111 11111

Color Harmonies of #663636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663636

Black with #663636

Text Example


Text Example

White with #663636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663636; }

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

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

background-color css

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

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

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

border-color css

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

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

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