#68464B

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

Shades of Don Juan #68464B

Tints of Don Juan #68464B

Color information

#68464B (or 0x68464B) is unknown color: approx Don Juan. HEX triplet: 68, 46 and 4B. RGB value is (104,70,75). Sum of RGB (Red+Green+Blue) = 104+70+75=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68464B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68464B is #97B9B4. Grayscale: #505050. Windows color (decimal): -9943477 or 4933224. OLE color: 4933224.

HSL color Cylindrical-coordinate representation of color #68464B: hue angle of 351.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68464B is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1047075-
CMYK00.330.280.59
HSL351.18º19.54%34.12%-
HSV(B)351.18º32.69%40.78%-
XYZ9.177.837.68-
YUV80.74124.76144.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 75 (29.69% from 255) = 30.12%
R=41.77%
G=28.11%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104707500.330.280.59351.1819.5434.12
Hex68464B0211C3B15f1422
Octal15010611304134735372442
Binary11010001000110100101101000011110011101110101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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