#66312F

Color #66312F Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #66312F

Tints of Persian Plum #66312F

Color information

#66312F (or 0x66312F) is unknown color: approx Persian Plum. HEX triplet: 66, 31 and 2F. RGB value is (102,49,47). Sum of RGB (Red+Green+Blue) = 102+49+47=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 47 (18.75% from 255 or 23.74% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66312F is #99CED0. Grayscale: #404040. Windows color (decimal): -10079953 or 3092838. OLE color: 3092838.

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

Color convert

RGB1024947-
CMYK00.520.540.6
HSL2.18º36.91%29.22%-
HSV(B)2.18º53.92%40%-
XYZ7.095.233.32-
YUV64.62118.06154.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 47 (18.75% from 255) = 23.74%
R=51.52%
G=24.75%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102494700.520.540.62.1836.9129.22
Hex66312F034363C2251d
Octal1466157064667424535
Binary110011011000110111101101001101101111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66312F; }

 p { color: rgb(102,49,47); }

 H1.HeaderClassName
 {
   color: #66312F;
 }
 .AnyTagClassName
 {
   color: #66312F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #66312F;
 }
 .BgClassName
 {
   background-color: #66312F;
 }
</style>
border-color css

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

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

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