#662B2B

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

Shades of Persian Plum #662B2B

Tints of Persian Plum #662B2B

Color information

#662B2B (or 0x662B2B) is unknown color: approx Persian Plum. HEX triplet: 66, 2B and 2B. RGB value is (102,43,43). Sum of RGB (Red+Green+Blue) = 102+43+43=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #662B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B2B is #99D4D4. Grayscale: #3C3C3C. Windows color (decimal): -10081493 or 2829158. OLE color: 2829158.

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

Color convert

RGB1024343-
CMYK00.580.580.6
HSL40.69%28.43%-
HSV(B)57.84%40%-
XYZ6.784.732.84-
YUV60.64118.05157.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 43 (17.19% from 255) = 22.87%
BLUE value IS 43 (17.19% from 255) = 22.87%
R=54.26%
G=22.87%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102434300.580.580.6040.6928.43
Hex662B2B03A3A3C0291c
Octal1465353072727405134
Binary11001101010111010110111010111010111100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B2B; }

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

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

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

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

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

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

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

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