#66464B

Color #66464B Don Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Don Juan #66464B

Tints of Don Juan #66464B

Color information

#66464B (or 0x66464B) is unknown color: approx Don Juan. HEX triplet: 66, 46 and 4B. RGB value is (102,70,75). Sum of RGB (Red+Green+Blue) = 102+70+75=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66464B is #99B9B4. Grayscale: #505050. Windows color (decimal): -10074549 or 4933222. OLE color: 4933222.

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

Color convert

RGB1027075-
CMYK00.310.260.6
HSL350.62º18.6%33.73%-
HSV(B)350.62º31.37%40%-
XYZ8.947.717.67-
YUV80.14125.1143.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=41.30%
G=28.34%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102707500.310.260.6350.6218.633.73
Hex66464B01F1A3C15f1322
Octal14610611303732745372342
Binary1100110100011010010110111111101011110010101111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66464B; }

 p { color: rgb(102,70,75); }

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

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

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

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

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

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

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