#66474B

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

Shades of Don Juan #66474B

Tints of Don Juan #66474B

Color information

#66474B (or 0x66474B) is unknown color: approx Don Juan. HEX triplet: 66, 47 and 4B. RGB value is (102,71,75). Sum of RGB (Red+Green+Blue) = 102+71+75=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #66474B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66474B is #99B8B4. Grayscale: #505050. Windows color (decimal): -10074293 or 4933478. OLE color: 4933478.

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

Color convert

RGB1027175-
CMYK00.300.260.6
HSL352.26º17.92%33.92%-
HSV(B)352.26º30.39%40%-
XYZ97.847.7-
YUV80.72124.77143.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 71 (28.12% from 255) = 28.63%
BLUE value IS 75 (29.69% from 255) = 30.24%
R=41.13%
G=28.63%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102717500.300.260.6352.2617.9233.92
Hex66474B01E1A3C1601222
Octal14610711303632745402242
Binary1100110100011110010110111101101011110010110000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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